Code GuidelinesΒΆ

Use black.

Use f-strings

Methods need to be ordered:

  • Constructor
  • Dundermethods
  • Other methods
  • clone()
  • to_json()

Use typing for public methods; never in a method.