From 7b3965ff4b2df55e90f6b98997d8d383ce57507e Mon Sep 17 00:00:00 2001 From: Aliaksei Paulouski Date: Fri, 28 Jun 2019 15:09:46 +0200 Subject: [PATCH] Add poe platform --- src/galaxy/api/consts.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/galaxy/api/consts.py b/src/galaxy/api/consts.py index fd5204e..d006714 100644 --- a/src/galaxy/api/consts.py +++ b/src/galaxy/api/consts.py @@ -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.