11 lines
135 B
Python
11 lines
135 B
Python
|
# local imports
|
||
|
|
||
|
# third-party imports
|
||
|
from chainlib.chain import ChainSpec
|
||
|
|
||
|
# local imports
|
||
|
|
||
|
|
||
|
class Chain:
|
||
|
spec: ChainSpec = None
|