xch-blockchain/chia/__main__.py

6 lines
76 B
Python

from __future__ import annotations
from chia.cmds.chia import main
main()