mirror of
https://github.com/Chia-Network/chia-blockchain.git
synced 2024-11-10 12:29:49 +03:00
6 lines
76 B
Python
6 lines
76 B
Python
from __future__ import annotations
|
|
|
|
from chia.cmds.chia import main
|
|
|
|
main()
|