generated from coulomb/repo-seed
Add Core Hub operator CLI wrappers
This commit is contained in:
7
scripts/core_hub_cli.py
Executable file
7
scripts/core_hub_cli.py
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/usr/bin/env python3
|
||||
from __future__ import annotations
|
||||
|
||||
from core_hub.operator_cli import main
|
||||
|
||||
if __name__ == "__main__":
|
||||
raise SystemExit(main())
|
||||
Reference in New Issue
Block a user