Files
mfe-orig/mfe.py
Richard Jones c3e146e2ee Initial commit
2022-07-20 17:09:57 +01:00

12 lines
178 B
Python

import app
if __name__ == "__main__":
# try:
# startat = int(sys.argv[1])
# except:
# startat = None
application = app.app()
application.run()