Files
finance_bot/app/services/notifications/__init__.py
2025-12-10 22:09:31 +09:00

6 lines
151 B
Python

"""Notifications service module"""
from app.services.notifications.notification_service import NotificationService
__all__ = ["NotificationService"]