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

4 lines
52 B
Python
Raw Normal View History

2023-08-10 21:41:11 +02:00
from .auth import OIDCUser
__all__ = ("OIDCUser",)