Files
Archipelago/main.py
T
2026-03-26 07:58:11 +01:00

5 lines
63 B
Python

import Launcher
if __name__ == "__main__":
Launcher.run()