thought ill add a reorganized version (package), ill improve it even more

This commit is contained in:
faroukbmiled 2023-08-31 22:08:37 +01:00
parent 95fadc072b
commit 4a6f354861

View File

@ -1,5 +1,5 @@
from src import boiiiwd_class
from src import main
if __name__ == "__main__":
app = boiiiwd_class.BOIIIWD()
app = main.BOIIIWD()
app.mainloop()