Add poe platform

This commit is contained in:
Aliaksei Paulouski
2019-06-28 15:09:46 +02:00
parent 2ebdfabd9b
commit 7b3965ff4b

View File

@@ -80,6 +80,7 @@ class Platform(Enum):
PlayStationVita = "psvita"
NintendoDs = "nds"
Nintendo3Ds = "3ds"
PathOfExile = "pathofexile"
class Feature(Enum):
"""Possible features that can be implemented by an integration.