Skip to content

Commit fc84efb

Browse files
authored
Update ShipStarbase.py
1 parent ba97260 commit fc84efb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ShipStarbase.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
import Glyphs
12
from AbsShip import AbsShip
23

34
class ShipStarbase(AbsShip):
@@ -25,5 +26,3 @@ def dock_enterprise(ship):
2526
@staticmethod
2627
def launch_enterprise(ship):
2728
ship.docked = False
28-
29-

0 commit comments

Comments
 (0)