mirror of
https://github.com/adrigongv23/G26---Telemetry-Software.git
synced 2026-08-25 03:23:17 +02:00
5 lines
95 B
Python
5 lines
95 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class DocumentosConfig(AppConfig):
|
|
name = 'documentos'
|