1
0
mirror of https://github.com/checktheroads/hyperglass synced 2024-05-11 05:55:08 +00:00

restructure models

This commit is contained in:
checktheroads
2020-04-16 09:29:57 -07:00
parent 0f3aba292d
commit b67c3dd617
20 changed files with 162 additions and 162 deletions

View File

@@ -17,8 +17,9 @@ from pydantic import (
from pydantic.color import Color
# Project
from hyperglass.models import HyperglassModel
from hyperglass.constants import DNS_OVER_HTTPS, FUNC_COLOR_MAP
from hyperglass.configuration.models._utils import HyperglassModel, validate_image
from hyperglass.configuration.models._utils import validate_image
from hyperglass.configuration.models.opengraph import OpenGraph