mirror of
https://github.com/Chia-Network/chia-blockchain.git
synced 2025-01-08 10:25:24 +03:00
6 lines
76 B
Python
6 lines
76 B
Python
from __future__ import annotations
|
|
|
|
from chia.cmds.chia import main
|
|
|
|
main()
|