6 lines
111 B
Python

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