2021-09-19 19:34:43 +02:00

7 lines
83 B
Python

from src.app import App
if __name__ == "__main__":
app = App()
app.run()