old_console/rotation/apps.py
2024-11-02 14:12:45 +03:00

5 lines
91 B
Python

from django.apps import AppConfig
class RotationConfig(AppConfig):
name = 'rotation'