File size: 84 Bytes
cdf8921
 
 
 
 
1
2
3
4
5
from src.ui.App import App

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