pyrunner / theme /apps.py
Perspicacious's picture
Deploy PyRunner on Hugging Face
2529305
Raw
History Blame Contribute Delete
85 Bytes
from django.apps import AppConfig
class ThemeConfig(AppConfig):
name = 'theme'