DEV Community

Discussion on: How to build a crypto bot with Python 3 and the Binance API (part 2)

Collapse
 
ygivenx profile image
Rohan Singh

Great initiative. You can also look at dataclasses to simplify the code even more.
from dataclasses import dataclass