Files
CyberPanel/cloudAPI/apps.py
Usman Nasir 5e7aeeb597 p3
2019-12-10 15:09:10 +05:00

9 lines
117 B
Python
Executable File

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