diff --git a/dropship.py b/dropship.py index 02e70eb..3871979 100644 --- a/dropship.py +++ b/dropship.py @@ -27,6 +27,7 @@ class DropShip: """Drag it, drop it, ship it.""" def __init__(self): + """Object initialisation.""" self.GLADE_FILE = "dropship.glade" self.CSS_FILE = "dropship.css"