injectorHub/main.py

4 lines
61 B
Python
Raw Normal View History

2024-05-03 09:08:46 +08:00
from ui import win
if __name__ == "__main__":
win.main()