Add a docstring to trigger a change
This commit is contained in:
parent
7ac4933386
commit
b67e31efe8
|
@ -1,3 +1,11 @@
|
||||||
|
"""Sanic User Guide
|
||||||
|
|
||||||
|
https://sanic.dev
|
||||||
|
|
||||||
|
Built using the SHH stack:
|
||||||
|
- Sanic
|
||||||
|
- html5tagger
|
||||||
|
- HTMX"""
|
||||||
from pathlib import Path
|
from pathlib import Path
|
||||||
|
|
||||||
from webapp.worker.factory import create_app
|
from webapp.worker.factory import create_app
|
||||||
|
|
Loading…
Reference in New Issue
Block a user