mirror of
https://git.wownero.com/lza_menace/wownero-python.git
synced 2024-08-15 03:25:25 +00:00
Correct imports, add version
This commit is contained in:
parent
099218b685
commit
0e66388e6e
1 changed files with 3 additions and 6 deletions
|
@ -1,6 +1,3 @@
|
||||||
from .address import Address
|
from . import address, account, daemon, wallet, numbers, prio
|
||||||
from .account import Account
|
|
||||||
from .daemon import Daemon
|
__version__ = '0.1'
|
||||||
from .wallet import Wallet
|
|
||||||
from .numbers import from_atomic, to_atomic, as_monero
|
|
||||||
from . import prio
|
|
||||||
|
|
Loading…
Reference in a new issue