Move the notification service into the services directory
This commit is contained in:
parent
387e2fa490
commit
7b6d351282
4 changed files with 39 additions and 43 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue