add License and pyproject.toml

This commit is contained in:
root
2024-07-11 23:56:06 +08:00
parent e2869c7562
commit 5fdf7b29bc
60 changed files with 71 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
from .base import BaseAlgorithm
from .neat import NEAT
from .hyperneat import HyperNEAT