AccountΒΆ

Obtaining data of an account.

from steempy.account import Account
account = Account("test")
print(account)
print(account.balances)