Files
folkugat-web/folkugat_web/model/__init__.py
2025-03-22 23:06:34 +01:00

4 lines
58 B
Python

from ._base import IndexedList
__all__ = ["IndexedList"]