remove create_func....

This commit is contained in:
wls2002
2023-08-04 17:29:36 +08:00
parent c7fb1ddabe
commit 0e44b13291
29 changed files with 591 additions and 259 deletions

View File

@@ -6,7 +6,7 @@ class Gene:
node_attrs = []
conn_attrs = []
def __init__(self, config: GeneConfig):
def __init__(self, config: GeneConfig = GeneConfig()):
raise NotImplementedError
def setup(self, state=State()):