This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
ipreuse-vpn-cgi/command/apps.py
2018-12-04 15:41:58 +08:00

6 lines
89 B
Python

from django.apps import AppConfig
class CommandConfig(AppConfig):
name = 'command'