1
0
mirror of https://github.com/darkzoul5/YoutubePlaylistSync.git synced 2026-07-03 04:23:59 +03:00
Files
YoutubePlaylistSync/ytpl-sync-entry.py
T

8 lines
124 B
Python

from __future__ import annotations
from app.gui.main import main
if __name__ == "__main__":
raise SystemExit(main())