Refactoring code

This commit is contained in:
Your Name
2022-01-27 14:55:42 +01:00
parent fb16fc7f3a
commit fa8ffd5042
32 changed files with 417 additions and 442 deletions

View File

@@ -0,0 +1,6 @@
from .abstract_problem import AbstractProblem
class TimeDependentProblem(AbstractProblem):
pass