adds get_ledgers

This commit is contained in:
hajdbo
2020-05-11 21:41:18 +08:00
committed by Jacob Plaster
parent 1f300dd326
commit d64d04a255
5 changed files with 77 additions and 2 deletions

View File

@@ -18,5 +18,6 @@ from .deposit_address import DepositAddress
from .withdraw import Withdraw
from .ticker import Ticker
from .funding_ticker import FundingTicker
from .ledger import Ledger
NAME = 'models'