Add ABCs for records and transactions
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
from .rules import RuleSet, Rule, RuleInterface
|
||||
from .transaction import Transaction, Amount, TXNFlag, TXNPosting
|
||||
from .record import Record
|
||||
from .converter import Converter
|
||||
# from .beancounter import BeanCounter
|
||||
from .partial import PartialPosting, PartialTXN
|
||||
|
||||
Reference in New Issue
Block a user