mirror of
https://github.com/aljazceru/bitfinex-api-py.git
synced 2026-01-05 23:14:19 +01:00
Moves Trades/Orders objects into repo
This commit is contained in:
4
bfxapi/models/__init__.py
Normal file
4
bfxapi/models/__init__.py
Normal file
@@ -0,0 +1,4 @@
|
||||
name = 'models'
|
||||
|
||||
from .Order import *
|
||||
from .Trade import *
|
||||
Reference in New Issue
Block a user