Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Modulise clean #17

Merged
merged 3 commits into from
Mar 1, 2024
Merged

Modulise clean #17

merged 3 commits into from
Mar 1, 2024

Conversation

gailweiss
Copy link
Contributor

make all the imports relative, so all this can be imported in python, towards integration goals. add a main.py to RASP_support, that starts the REPL, so the module can still be used directly as a REPL, now by calling python3 -m RASP_support. update rasp.sh and tests/test_all.py to use this new call. add an init.py to RASP_support, for now just exposing the REPL for using it comfortably after the module import

… towards integration goals. add a __main__.py to RASP_support, that starts the REPL, so the module can still be used directly as a REPL, now by calling python3 -m RASP_support. update rasp.sh and tests/test_all.py to use this new call
@gailweiss gailweiss merged commit c2a8726 into main Mar 1, 2024
6 checks passed
@gailweiss gailweiss deleted the modulise-clean branch March 1, 2024 12:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant