mirror of
https://github.com/thatmattlove/hyperglass.git
synced 2026-01-17 08:48:05 +00:00
6 lines
217 B
Python
6 lines
217 B
Python
"""Renders Jinja2 & Sass templates for use by the front end application."""
|
|
|
|
# Project Imports
|
|
# flake8: noqa: F401
|
|
from hyperglass.render.html import render_html
|
|
from hyperglass.render.webassets import render_assets
|