Source code for ledger.apps

from django.apps import AppConfig


[docs]class LedgerConfig(AppConfig): name = 'ledger'