Files
CyberPanel/cloudAPI/apps.py

9 lines
156 B
Python
Raw Normal View History

2018-11-08 13:19:36 +05:00
# -*- coding: utf-8 -*-
from __future__ import unicode_literals
from django.apps import AppConfig
class CloudapiConfig(AppConfig):
name = 'cloudAPI'