1
0
mirror of https://github.com/etesync/server synced 2024-11-15 21:38:57 +00:00
etesync-server/django_etebase/token_auth/apps.py

6 lines
109 B
Python
Raw Normal View History

from django.apps import AppConfig
class TokenAuthConfig(AppConfig):
name = "django_etebase.token_auth"