Skip to content
Snippets Groups Projects
offer.py 216 B
Newer Older
  • Learn to ignore specific revisions
  • from datetime import datetime
    
        def __init__(self, pk: bytes, p: float, ppw: float, extime: datetime):
            exchange.Exchange.__init__(self, pk, p, ppw, extime)