Files
thrilltrack-explorer/django-backend/apps/timeline/__init__.py

5 lines
116 B
Python

"""
Timeline app for tracking entity lifecycle events.
"""
default_app_config = 'apps.timeline.apps.TimelineConfig'