7 lines
97 B
Python
7 lines
97 B
Python
from nexus_claude_api.cli import main
|
|
|
|
|
|
if __name__ == "__main__":
|
|
raise SystemExit(main())
|
|
|