Art-em1s / csgoempire.py

1 blank line required after class docstring FLK-D204
Documentation
Minor
a year agoa year old
1 blank line required after class docstring
  5
  6
  7class Withdrawals(dict):
  8    """  9    A class representing a collection of Withdrawals with methods to interact with the trading API. Inherits from a dictionary.
 10
 11    Attributes: