Refactor APICall and schema validation

This commit is contained in:
allegroai
2021-01-05 18:30:59 +02:00
parent 23736efbc3
commit bdf6c353bd
7 changed files with 68 additions and 58 deletions

View File

@@ -0,0 +1,3 @@
from .schema_reader import EndpointSchema, EndpointVersionsGroup, SchemaReader, Schema
__all__ = [EndpointSchema, EndpointVersionsGroup, SchemaReader, Schema]