2022-11-28 14:11:39 +11:00

6 lines
89 B
Python

from django.apps import AppConfig
class LibraryConfig(AppConfig):
name = 'library'