from django.apps import AppConfig


class TrucksConfig(AppConfig):
    name = 'trucks'
