Skip to content
Snippets Groups Projects
request.py 162 B
Newer Older
  • Learn to ignore specific revisions
  • Johannes Hitzinger's avatar
    Johannes Hitzinger committed
    class Request(exchange.Exchange):
        def __init__(self, pk: bytes, p: float, ppw: float):
            exchange.Exchange.__init__(self, pk, p, ppw)