init
This commit is contained in:
5
src/domain/__init__.py
Normal file
5
src/domain/__init__.py
Normal file
@@ -0,0 +1,5 @@
|
||||
__all__ = ('Base', 'User', 'UserNotFound')
|
||||
|
||||
from .base import Base
|
||||
from .error import UserNotFound
|
||||
from .user import User
|
||||
Reference in New Issue
Block a user