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

11 lines
136 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,
)