4 lines
74 B
Python
4 lines
74 B
Python
from .user_repository import UserRepository
|
|
|
|
__all__ = ['UserRepository']
|
from .user_repository import UserRepository
|
|
|
|
__all__ = ['UserRepository']
|