7 lines
83 B
Python
Raw Normal View History

2021-09-18 15:30:56 +02:00
from src.app import App
if __name__ == "__main__":
app = App()
app.run()