ljg.sh/ljg/core/models/__init__.py

4 lines
52 B
Python

from .auth import OIDCUser
__all__ = ("OIDCUser",)