add package problems

This commit is contained in:
wls2002
2023-05-10 19:30:12 +08:00
parent 097bbf6631
commit ce35b01896
10 changed files with 94 additions and 22 deletions

View File

@@ -0,0 +1,3 @@
from .function_fitting_problem import FunctionFittingProblem
from .xor import *
from .sin import *