Files
CyberPanel/cloudAPI/apps.py
Michael Ramsey bd71b39d31 push changes
2019-10-08 10:53:02 -04:00

9 lines
156 B
Python

# -*- coding: utf-8 -*-
from __future__ import unicode_literals
from django.apps import AppConfig
class CloudapiConfig(AppConfig):
name = 'cloudAPI'