6 lines
93 B
Python

from src import main
if __name__ == "__main__":
app = main.BOIIIWD()
app.mainloop()