blender-studio/common/apps.py
2020-10-21 13:03:22 +02:00

6 lines
87 B
Python

from django.apps import AppConfig
class CommonConfig(AppConfig):
name = 'common'