No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with
1 additions and
0 deletions
-
dropship.py
|
@ -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" |
|
|
|
|
|
|
|
|