home · contact · privacy
Fix minor bug.
[plomrogue2-experiments] / new / plomrogue / game.py
index 78ff6bd1904913486961447f31995d9844e610ae..071290019a4c2f58f552bdbf51f28b66887cb1da 100755 (executable)
@@ -20,6 +20,7 @@ class ThingBase:
         self.position = position
 
 
+
 class Thing(ThingBase):
 
     def __init__(self, *args, **kwargs):