core: add taiwan to AllnetCountryCode

This commit is contained in:
Hay1tsme 2023-03-02 13:02:43 -05:00
parent e205777693
commit c5fc879af6
1 changed files with 1 additions and 0 deletions

View File

@ -38,6 +38,7 @@ class AllnetCountryCode(Enum):
HONG_KONG = "HKG"
SINGAPORE = "SGP"
SOUTH_KOREA = "KOR"
TAIWAN = "TWN"
CHINA = "CHN"
class AllnetJapanRegionId(Enum):