uncloud/uncloud_auth/apps.py

5 lines
90 B
Python

from django.apps import AppConfig
class AuthConfig(AppConfig):
name = 'uncloud_auth'