From a5853115015089f098b9ba913e1bf8ae8192a6e8 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Thu, 23 Jul 2020 12:24:50 +0200 Subject: [PATCH] Add missing docstring --- dropship.py | 1 + 1 file changed, 1 insertion(+) 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"