1
0
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:
checktheroads
2020-02-01 08:44:33 -10:00
parent 0f749a5547
commit 0d91c79af9
9 changed files with 17 additions and 17 deletions

View 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