11 lines
270 B
Python
11 lines
270 B
Python
|
|
# 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()
|
||
|
|
|