hyper neat
This commit is contained in:
8
core/substrate.py
Normal file
8
core/substrate.py
Normal file
@@ -0,0 +1,8 @@
|
||||
from config import SubstrateConfig
|
||||
|
||||
|
||||
class Substrate:
|
||||
|
||||
@staticmethod
|
||||
def setup(state, config: SubstrateConfig):
|
||||
return state
|
||||
Reference in New Issue
Block a user