cyberpanel/ftp/apps.py

9 lines
107 B
Python

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