13 lines
No EOL
215 B
Python
13 lines
No EOL
215 B
Python
from .endpoint_schema import (
|
|
EndpointBase,
|
|
EndpointCreate,
|
|
EndpointUpdate,
|
|
EndpointResponse,
|
|
)
|
|
|
|
__all__ = [
|
|
"EndpointBase",
|
|
"EndpointCreate",
|
|
"EndpointUpdate",
|
|
"EndpointResponse",
|
|
] |