dikasterion/backend/app/utils/__init__.py

4 lines
66 B
Python

from .notifications import notify_user
__all__ = ["notify_user"]