Begin implementing positions

This commit is contained in:
2022-10-17 07:20:30 +01:00
parent 5279217324
commit 1bdd49ee6a
17 changed files with 452 additions and 28 deletions

4
core/lib/trades.py Normal file
View File

@@ -0,0 +1,4 @@
# Trade handling
def sync_trades_with_db(user):
pass