expephalon-totp/apps.py
2020-05-23 15:27:29 +02:00

5 lines
83 B
Python

from django.apps import AppConfig
class TotpConfig(AppConfig):
name = 'totp'