Skip to content

Commit

Permalink
Fix __init__
Browse files Browse the repository at this point in the history
  • Loading branch information
xeroc committed Dec 10, 2018
1 parent 2e48137 commit 3bb9b8b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion bitshares/__init__.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
# -*- coding: utf-8 -*-
from .bitshares import BitShares


__all__ = [
"bitshares" "aes",
"bitshares",
"aes",
"account",
"amount",
"asset",
Expand Down

0 comments on commit 3bb9b8b

Please sign in to comment.