todosrht-initdb: import webhook types

This commit is contained in:
Drew DeVault 2020-03-28 16:34:46 -04:00
parent fcc0ae031b
commit fe5e2d48ac
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@ Idempotent. If the tables already exist, they will not be re-created.
"""
import todosrht.alembic
import todosrht.types
import todosrht.webhooks
from alembic import command
from alembic.config import Config