comixify/keyframes/apps.py

6 lines
93 B
Python
Raw Permalink Normal View History

2018-07-31 19:51:39 +00:00
from django.apps import AppConfig
class KeyframesConfig(AppConfig):
name = 'keyframes'