Initial implementation
This commit is contained in:
parent
6fd1ff7581
commit
916a895a85
31 changed files with 1461 additions and 21 deletions
5
src/infospace_bench/__main__.py
Normal file
5
src/infospace_bench/__main__.py
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
from .cli import main
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
raise SystemExit(main())
|
||||
Loading…
Add table
Add a link
Reference in a new issue