Moves Trades/Orders objects into repo

This commit is contained in:
Jacob Plaster
2018-11-16 14:39:04 +00:00
parent fa7af23e36
commit 33205a8e0b
3 changed files with 74 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
name = 'models'
from .Order import *
from .Trade import *