Add a docstring to trigger a change

This commit is contained in:
Adam Hopkins 2023-09-07 10:38:48 +03:00
parent 7ac4933386
commit b67e31efe8
No known key found for this signature in database
GPG Key ID: 9F85EE6C807303FB

View File

@ -1,3 +1,11 @@
"""Sanic User Guide
https://sanic.dev
Built using the SHH stack:
- Sanic
- html5tagger
- HTMX"""
from pathlib import Path
from webapp.worker.factory import create_app