haocrowd/core/base/__init__.py
Huxley Deng 2c077cd91d Build Project Structure.
New: base classes and modules.
New: unit tests.
2023-05-22 17:25:11 +08:00

3 lines
78 B
Python

from .ResultBase import ResultBase
from .SimulationBase import SimulationBase