change project structure and using .ini as config file

This commit is contained in:
wls2002
2023-06-15 11:05:26 +08:00
parent 47fb0151f4
commit acedd67617
30 changed files with 97 additions and 301 deletions

2
neat/__init__.py Normal file
View File

@@ -0,0 +1,2 @@
from .pipeline import Pipeline
from .function_factory import FunctionFactory