Skip to content

Commit 45a8f02

Browse files
authored
Add files via upload
1 parent 650b8e6 commit 45a8f02

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

Rope.bat

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
call venv\Scripts\activate.bat
2+
python run_working.py
3+
pause

run_working.py

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#!/usr/bin/env python3
2+
3+
from rope import core_working
4+
if __name__ == "__main__":
5+
core_working.run()

0 commit comments

Comments
 (0)