ck-ntuh-net/mysite/calculator/apps.py

6 lines
95 B
Python
Raw Normal View History

2024-12-11 08:15:42 +00:00
from django.apps import AppConfig
class CalculatorConfig(AppConfig):
name = 'calculator'