6 lines
94 B
Python
6 lines
94 B
Python
from osu_wifi_login.cli import main
|
|
|
|
|
|
if __name__ == "__main__":
|
|
raise SystemExit(main())
|