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

3
problems/__init__.py Normal file
View File

@@ -0,0 +1,3 @@
from .problem import Problem
from .function_fitting import *
from .gym import *