Source code for pyluca.account_config

from enum import Enum


[docs]class BalanceType(Enum): CREDIT = 'CREDIT' DEBIT = 'DEBIT'