monday_test/main.py

7 lines
81 B
Python

from app import App
if __name__ == '__main__':
app = App()
app.start()