mirror of
https://github.com/checktheroads/hyperglass
synced 2024-05-11 05:55:08 +00:00
move models to api
This commit is contained in:
10
hyperglass/api/models/__init__.py
Normal file
10
hyperglass/api/models/__init__.py
Normal file
@@ -0,0 +1,10 @@
|
||||
"""Query & Response Validation Models."""
|
||||
|
||||
# Project Imports
|
||||
from hyperglass.api.models import query
|
||||
from hyperglass.api.models import response
|
||||
from hyperglass.api.models import rfc8522
|
||||
from hyperglass.api.models import types
|
||||
from hyperglass.api.models import validators
|
||||
|
||||
# flake8: noqa: F401
|
Reference in New Issue
Block a user