mirror of
https://github.com/yogeshojha/rengine.git
synced 2026-08-23 22:32:24 +02:00
6 lines
95 B
Python
6 lines
95 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class ScanengineConfig(AppConfig):
|
|
name = 'scanEngine'
|