from django.apps import AppConfig


class FinanceConfig(AppConfig):
    name = 'apps.finance'
