simple-login/app/dashboard/__init__.py

11 lines
136 B
Python
Raw Normal View History

2019-11-28 22:14:55 +00:00
from .views import (
index,
pricing,
setting,
custom_alias,
billing,
alias_log,
unsubscribe,
api_key,
)