Files
OSU-Public-Wi-Fi-Login/main.py

6 lines
94 B
Python

from osu_wifi_login.cli import main
if __name__ == "__main__":
raise SystemExit(main())