netadm/models/mixins/__init__.py

5 lines
66 B
Python

from .id_int_pk import IdIntPkMixin
__all__ = ("IdIntPkMixin",)