Move the notification service into the services directory

This commit is contained in:
Campbell Alden 2026-08-02 22:50:34 +09:00
parent 387e2fa490
commit 7b6d351282
4 changed files with 39 additions and 43 deletions

View file

@ -1,6 +1,6 @@
#!/usr/bin/env python
from src.notifications.service import make_notification_service
from src.services.notifications import NotificationService, get_notification_service
from src.services.email import get_service as get_email_service
from src.services.users import get_service as get_user_service
from src.infra.db import get_database