Spaces:
Paused
Paused
refactor: rename DPR Simulator to DPR AI Simulator across the codebase and update related documentation
0798703 | """Core module for DPR AI Simulator.""" | |
| from .simulator import DPRSimulator | |
| from .member_factory import DPRMemberFactory | |
| __all__ = ["DPRSimulator", "DPRMemberFactory"] | |