6 lines
111 B
Python
Raw Normal View History

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