This website works better with JavaScript
Home
Explore
Help
Sign In
u23-27stadnik
/
NetMonitor
Watch
1
Star
0
Fork
0
Files
Tree:
3d1360f2ba
Branches
Tags
master
NetMonitor
/
stadnik
/
Main.py
Main.py
94 B
History
Raw
1
2
3
4
5
6
7
from services.GUI import App
if __name__ == "__main__":
app = App()
app.mainloop()