mirror of
https://github.com/darkzoul5/YoutubePlaylistSync.git
synced 2026-07-01 19:47:01 +03:00
8 lines
124 B
Python
8 lines
124 B
Python
from __future__ import annotations
|
|
|
|
from app.gui.main import main
|
|
|
|
|
|
if __name__ == "__main__":
|
|
raise SystemExit(main())
|