Files
Example-TCG-Site/proxy/apps.py
2026-01-26 04:18:46 -06:00

6 lines
85 B
Python

from django.apps import AppConfig
class ProxyConfig(AppConfig):
name = "proxy"