1e7fff0133
- Renames s_assemble to s_brief - Link s_local to s_brief
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
|