We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2dc6a36 commit f35a869Copy full SHA for f35a869
1 file changed
scripts/run_rcmc.py
@@ -0,0 +1,5 @@
1
+"""Backward-compatible standalone script. Delegates to the installed entry point."""
2
+from multioptpy.Entrypoints import run_rcmc
3
+
4
+if __name__ == "__main__":
5
+ run_rcmc()
0 commit comments