mirror of
https://github.com/adrigongv23/G26---Telemetry-Software.git
synced 2026-08-25 11:33:17 +02:00
5 lines
89 B
Python
5 lines
89 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class PruebasConfig(AppConfig):
|
|
name = 'pruebas'
|