uncloud/uncloud_service/apps.py

6 lines
105 B
Python
Raw Permalink Normal View History

from django.apps import AppConfig
class UngleichServiceConfig(AppConfig):
2021-04-15 04:15:20 +00:00
name = 'uncloud_service'