8 lines
130 B
Python
8 lines
130 B
Python
"""
|
|
Модуль авторизации и разрешений
|
|
"""
|
|
|
|
from .auth_new import AuthService
|
|
|
|
__all__ = ['AuthService']
|