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