manager.py 118 B

12345
  1. from .model import model
  2. class manager:
  3. def _get_target_model(self) -> type:
  4. raise NotImplementedError()