DazedTL/start.py
2025-09-10 15:22:24 -05:00

4 lines
No EOL
74 B
Python

import modules.main
if __name__ == "__main__":
modules.main.main()