Add missing docstring
This commit is contained in:
parent
3cfe971acb
commit
a585311501
@ -27,6 +27,7 @@ class DropShip:
|
|||||||
"""Drag it, drop it, ship it."""
|
"""Drag it, drop it, ship it."""
|
||||||
|
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
|
"""Object initialisation."""
|
||||||
self.GLADE_FILE = "dropship.glade"
|
self.GLADE_FILE = "dropship.glade"
|
||||||
self.CSS_FILE = "dropship.css"
|
self.CSS_FILE = "dropship.css"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user