From 45a8f02040ddc7d96e5dc7d0636020fff9414ded Mon Sep 17 00:00:00 2001 From: Hillobar <63615199+Hillobar@users.noreply.github.com> Date: Sat, 22 Jul 2023 14:55:20 -0700 Subject: [PATCH] Add files via upload --- Rope.bat | 3 +++ run_working.py | 5 +++++ 2 files changed, 8 insertions(+) create mode 100644 Rope.bat create mode 100644 run_working.py 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