mothership/mothership_ui/utils.py

4 lines
113 B
Python
Raw Normal View History

2023-06-26 17:57:57 +00:00
from fastapi.templating import Jinja2Templates
templates = Jinja2Templates(directory="mothership_ui/templates")