9 lines
141 B
Python
9 lines
141 B
Python
from config import SubstrateConfig
|
|
|
|
|
|
class Substrate:
|
|
|
|
@staticmethod
|
|
def setup(state, config: SubstrateConfig):
|
|
return state
|