Source code for intranet.apps.parking.apps

from django.apps import AppConfig


[docs]class ParkingConfig(AppConfig): name = "intranet.apps.parking"