Files
2023-10-19 12:58:15 -04:00

7 lines
76 B
Python

from app import MainApp
# run
if __name__ == '__main__':
MainApp().run()