simple-login/app/dashboard/__init__.py
2019-12-15 18:55:16 +02:00

12 lines
155 B
Python

from .views import (
index,
pricing,
setting,
custom_alias,
billing,
alias_log,
unsubscribe,
api_key,
custom_domain,
)