mirror of
https://github.com/logos-blockchain/research.git
synced 2026-08-09 04:33:15 +00:00
5 lines
79 B
Python
5 lines
79 B
Python
from .cli import main
|
|
|
|
if __name__ == "__main__":
|
|
raise SystemExit(main())
|