forked from Hay1tsme/artemis
let black do it's magic
This commit is contained in:
@ -1,12 +1,12 @@
|
||||
class PokkenConstants():
|
||||
class PokkenConstants:
|
||||
GAME_CODE = "SDAK"
|
||||
|
||||
CONFIG_NAME = "pokken.yaml"
|
||||
|
||||
VER_POKKEN = 0
|
||||
|
||||
VERSION_NAMES = ("Pokken Tournament")
|
||||
VERSION_NAMES = "Pokken Tournament"
|
||||
|
||||
@classmethod
|
||||
def game_ver_to_string(cls, ver: int):
|
||||
return cls.VERSION_NAMES[ver]
|
||||
return cls.VERSION_NAMES[ver]
|
||||
|
Reference in New Issue
Block a user