mirror of
https://github.com/koloideal/Argenta.git
synced 2026-06-10 10:05:28 +03:00
6 lines
123 B
Python
6 lines
123 B
Python
__all__ = ["Response", "Status"]
|
|
|
|
|
|
from argenta.response.entity import Response
|
|
from argenta.response.status import Status
|