Files
warehouse13/app/models/__init__.py
2025-10-14 15:37:37 -05:00

4 lines
55 B
Python

from .artifact import Artifact
__all__ = ["Artifact"]