Skip to content

Commit

Permalink
Update enums.py
Browse files Browse the repository at this point in the history
Signed-off-by: Deviant <[email protected]>
  • Loading branch information
DEViantUA authored Mar 28, 2024
1 parent 8ad73f5 commit 4162590
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions starrailcard/src/tools/enums.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Copyright 2024 DEViantUa <t.me/deviant_ua>
# All rights reserved.

from enum import StrEnum, Enum
from enum import Enum
from pathlib import Path

class Ukrainization(StrEnum):
class Ukrainization(Enum):
STATS = "stats"
WEAPON = "weapons"
AVATAR = "avatar"
Expand All @@ -22,4 +22,4 @@ class PathData(Enum):
class Style(Enum):
RELICT_SCORE = 1
TICKET = 2
ENKA = 3
ENKA = 3

0 comments on commit 4162590

Please sign in to comment.