app-MAIL-temp/app/dashboard/__init__.py

14 lines
197 B
Python
Raw Normal View History

2019-11-28 23:14:55 +01:00
from .views import (
index,
pricing,
setting,
custom_alias,
billing,
alias_log,
unsubscribe,
api_key,
2019-12-02 01:13:39 +01:00
custom_domain,
2019-12-15 16:17:37 +01:00
alias_contact_manager,
mfa_setup,
2019-11-28 23:14:55 +01:00
)