comet/comet/printer/apps.py
Hugo LEVY-FALK a745871002 First commit
2018-12-13 18:48:16 +01:00

6 lines
89 B
Python

from django.apps import AppConfig
class PrinterConfig(AppConfig):
name = 'printer'