mirror of
https://github.com/maciej3031/comixify.git
synced 2026-03-11 08:54:35 +00:00
6 lines
93 B
Python
6 lines
93 B
Python
|
|
from django.apps import AppConfig
|
||
|
|
|
||
|
|
|
||
|
|
class KeyframesConfig(AppConfig):
|
||
|
|
name = 'keyframes'
|