mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 20:21:32 -06:00
fix comma
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
class OWGSets(self):
|
||||
class OWGSets(object):
|
||||
'''
|
||||
Helper class to deliver entrance/exit/region sets to OWG rules.
|
||||
'''
|
||||
@@ -192,4 +192,4 @@ class OWGSets(self):
|
||||
return [
|
||||
'Mini Moldorm Cave',
|
||||
'Spiral Cave (Top)',
|
||||
]
|
||||
]
|
||||
|
Reference in New Issue
Block a user