partirdezero/progression/apps.py

5 lines
97 B
Python

from django.apps import AppConfig
class ProgressionConfig(AppConfig):
name = 'progression'