Newer
Older
from exchange import Exchange
class Request(Exchange):
def __init__(self, p: float, ppw: float):
Exchange.__init__(self, p,ppw)
from exchange import Exchange
class Request(Exchange):
def __init__(self, p: float, ppw: float):
Exchange.__init__(self, p,ppw)