add init code

This commit is contained in:
knst-kotov 2022-06-25 18:12:21 +03:00
parent ccb7e61170
commit ede11dd32c

3
auth/__init__.py Normal file
View File

@ -0,0 +1,3 @@
from auth.email import load_email_templates
load_email_templates()