mirror of
https://github.com/darkzoul5/YoutubePlaylistSync.git
synced 2026-09-19 21:12:20 +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())
|