improve: pack to pipy

This commit is contained in:
h z
2025-01-26 10:15:11 +00:00
parent 9aa34d4208
commit 1e6d11ebcf
4 changed files with 27 additions and 0 deletions

2
NeuralSolver/__init__.py Normal file
View File

@@ -0,0 +1,2 @@
from .NeuralSolver import NeuralSolver
__all__ = ["NeuralSolver"]