This commit is contained in:
Mikan
2025-06-02 14:16:03 +03:00
commit 83cfcd9fb1
19 changed files with 430 additions and 0 deletions

10
main.py Normal file
View File

@@ -0,0 +1,10 @@
# This is a sample Python script.
import ReactDev
# Press Shift+F10 to execute it or replace it with your code.
# Press Double Shift to search everywhere for classes, files, tool windows, actions, and settings.
if __name__ == '__main__':
ReactDev.run_workflow()