Skip to content
Snippets Groups Projects
request.py 143 B
Newer Older
  • Learn to ignore specific revisions
  • from exchange import Exchange
    
    class Request(Exchange):
        def __init__(self, p: float, ppw: float):
            Exchange.__init__(self, p,ppw)