TradingAgents/stockstats/__init__.py

7 lines
112 B
Python

def wrap(data):
class Stub:
def __init__(self, df):
self.df = df
return Stub(data)