mirror of
https://github.com/Chia-Network/chia-blockchain.git
synced 2026-08-30 02:24:22 -05:00
* prep * verify source and installed tests match * move * remove move script
6 lines
98 B
Python
6 lines
98 B
Python
from __future__ import annotations
|
|
|
|
import sys
|
|
|
|
legacy_keyring_required = sys.platform == "linux"
|