dpr-simulator / src /core /__init__.py
mcikalmerdeka's picture
refactor: rename DPR Simulator to DPR AI Simulator across the codebase and update related documentation
0798703
Raw
History Blame Contribute Delete
170 Bytes
"""Core module for DPR AI Simulator."""
from .simulator import DPRSimulator
from .member_factory import DPRMemberFactory
__all__ = ["DPRSimulator", "DPRMemberFactory"]