From ede11dd32c82b67159c754e132b0d127bdc391af Mon Sep 17 00:00:00 2001 From: knst-kotov Date: Sat, 25 Jun 2022 18:12:21 +0300 Subject: [PATCH] add init code --- auth/__init__.py | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 auth/__init__.py diff --git a/auth/__init__.py b/auth/__init__.py new file mode 100644 index 00000000..7d4fb480 --- /dev/null +++ b/auth/__init__.py @@ -0,0 +1,3 @@ +from auth.email import load_email_templates + +load_email_templates()