collector_api.py 152 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 from open_api import * class CollectorApi(): def __init__(self): self.open_api=OpenApi() self.engine_bot=self.open_api.engine_bot