chia-blockchain/chia/__main__.py

6 lines
76 B
Python
Raw Normal View History

2023-03-09 21:40:48 +03:00
from __future__ import annotations
2023-03-09 04:06:42 +03:00
2023-03-09 21:40:48 +03:00
from chia.cmds.chia import main
2023-03-09 04:06:42 +03:00
2023-03-09 05:13:43 +03:00
main()