mirror of
https://github.com/clearml/clearml-server
synced 2025-06-26 23:15:47 +00:00
Refactor APICall and schema validation
This commit is contained in:
3
apiserver/schema/__init__.py
Normal file
3
apiserver/schema/__init__.py
Normal file
@@ -0,0 +1,3 @@
|
||||
from .schema_reader import EndpointSchema, EndpointVersionsGroup, SchemaReader, Schema
|
||||
|
||||
__all__ = [EndpointSchema, EndpointVersionsGroup, SchemaReader, Schema]
|
||||
Reference in New Issue
Block a user