5 lines
58 B
Python
5 lines
58 B
Python
|
# Trade handling
|
||
|
|
||
|
def sync_trades_with_db(user):
|
||
|
pass
|