コード例 #1
0
from src.app import App

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