Browse Source

Add missing docstring

unifiedWindowUI
Luke Murphy 4 years ago
parent
commit
a585311501
No known key found for this signature in database GPG Key ID: 5E2EF5A63E3718CC
  1. 1
      dropship.py

1
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"

Loading…
Cancel
Save