[Add] New GUI from Shiina

This commit is contained in:
misygauziya
2023-08-27 04:56:36 +09:00
parent cd4e431be2
commit 644ce9afa4
54 changed files with 3364 additions and 614 deletions

8
main.py Normal file
View File

@@ -0,0 +1,8 @@
from vrct_gui import vrct_gui
class VRCT():
def __init__(self):
pass
if __name__ == "__main__":
# vrct_gui = VRCT_GUI()
vrct_gui.start()