Files
Aegis/backend/app/domain/entities/__init__.py

4 lines
89 B
Python

from app.domain.entities.technique import TechniqueEntity
__all__ = ["TechniqueEntity"]