Refactoring code
This commit is contained in:
6
pina/problem/timedep_problem.py
Normal file
6
pina/problem/timedep_problem.py
Normal file
@@ -0,0 +1,6 @@
|
||||
from .abstract_problem import AbstractProblem
|
||||
|
||||
|
||||
class TimeDependentProblem(AbstractProblem):
|
||||
|
||||
pass
|
||||
Reference in New Issue
Block a user