app-MAIL-temp/app/api/__init__.py
Adrià Casajús aabcc8e72a
Feature: Add delete account route for the api (#1132)
Co-authored-by: Adrià Casajús <adria.casajus@proton.ch>
2022-07-02 16:45:58 +02:00

19 lines
253 B
Python

from .views import (
alias_options,
new_custom_alias,
custom_domain,
new_random_alias,
user_info,
auth,
auth_mfa,
alias,
apple,
mailbox,
notification,
setting,
export,
phone,
sudo,
user,
)