4 lines
80 B
Python
4 lines
80 B
Python
from .user import UserNotFoundError
|
|
|
|
__all__: list[str] = ["UserNotFoundError"]
|