mirror of
https://gitlab2.federez.net/re2o/re2o
synced 2025-01-11 10:44:29 +00:00
5 lines
89 B
Python
5 lines
89 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class PrinterConfig(AppConfig):
|
|
name = 'printer'
|