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