diff --git a/Rope.bat b/Rope.bat new file mode 100644 index 0000000..edbf508 --- /dev/null +++ b/Rope.bat @@ -0,0 +1,3 @@ +call venv\Scripts\activate.bat +python run_working.py +pause \ No newline at end of file diff --git a/run_working.py b/run_working.py new file mode 100644 index 0000000..6de20a9 --- /dev/null +++ b/run_working.py @@ -0,0 +1,5 @@ +#!/usr/bin/env python3 + +from rope import core_working +if __name__ == "__main__": + core_working.run() \ No newline at end of file