Skip to content
Snippets Groups Projects
Commit 0d8f1c71 authored by Svitx's avatar Svitx
Browse files

Missing Account import

parent c96afa47
No related branches found
No related tags found
No related merge requests found
......@@ -19,12 +19,14 @@ By creating this object different options can be set.
.. code-block:: python
from beem import Steem
from beem.account import Account
stm = Steem()
account = Account("test", steem_instance=stm)
.. code-block:: python
from beem import Steem
from beem.account import Account
from beem.instance import set_shared_steem_instance
stm = Steem()
set_shared_steem_instance(stm)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment