Match Etiquette update re prod launching.

This commit is contained in:
voussoir 2021-10-01 14:11:00 -07:00
parent ca94ecce46
commit 2d7868477e
No known key found for this signature in database
GPG key ID: 5F7554F8C26DACCB

View file

@ -1,2 +1,3 @@
from . import backend from . import backend
from . import ycdl_flask_prod
__all__ = ['backend']