8 lines
177 B
Python
8 lines
177 B
Python
__all__ = [
|
|
'Poisson2DSquareProblem',
|
|
'SupervisedProblem'
|
|
|
|
]
|
|
|
|
from .poisson_2d_square import Poisson2DSquareProblem
|
|
from .supervised_problem import SupervisedProblem |