Broever101
Broever101
I want to inherit this OrderBook to add some custom functionality. Is that possible? How can it be done and which interfaces I need to implement?
Multiple issues with this one. Line 34 has `SentimentClassifier` which isn't defined anywhere which should be `BinSentimentClassifier`. Moreover TextModels does not include the `sentiment.jl` file where `BinSentimentClassifier` is defined. And...
While running the example code: ```python from pyserum.connection import get_live_markets, get_token_mints print("tokens: ") print(get_token_mints()) print("markets: ") print(get_live_markets()) ``` The error: ```python ImportError Traceback (most recent call last) [](https://localhost:8080/#) in ---->...