Add poe platform

This commit is contained in:
Aliaksei Paulouski committed 2019-06-28 15:09:46 +02:00
1 parent 2ebdfabd9b
commit 7b3965ff4b
1 file changed
+1
+1
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.