Skip to content

Commit f35a869

Browse files
authored
Add files via upload
1 parent 2dc6a36 commit f35a869

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

scripts/run_rcmc.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)