aboutsummaryrefslogtreecommitdiffstats
path: root/utils/enums.py
diff options
context:
space:
mode:
authorshivesh <s.p.mandalia@qmul.ac.uk>2019-04-08 21:19:28 +0100
committershivesh <s.p.mandalia@qmul.ac.uk>2019-04-08 21:19:28 +0100
commitab3c4ac2bfcdae65767f5402cf66d251bb08cadd (patch)
tree24ae0d40372fb480ffad68abf4a7d4fb2424cf8b /utils/enums.py
parent16acdbb0f2815ce4b89e8580c40b88fe6bc38365 (diff)
parenta38bd3c03bfd30c138458be13332ea4eb3389229 (diff)
downloadGolemFlavor-ab3c4ac2bfcdae65767f5402cf66d251bb08cadd.tar.gz
GolemFlavor-ab3c4ac2bfcdae65767f5402cf66d251bb08cadd.zip
Merge branch 'master' of github.com:ShiveshM/flavour_ratio
Diffstat (limited to 'utils/enums.py')
-rw-r--r--utils/enums.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/utils/enums.py b/utils/enums.py
index a7982f8..441a16f 100644
--- a/utils/enums.py
+++ b/utils/enums.py
@@ -76,3 +76,9 @@ class StatCateg(Enum):
class SteeringCateg(Enum):
P2_0 = 1
P2_1 = 2
+
+
+class Texture(Enum):
+ OEU = 0
+ OET = 1
+ OUT = 2