Very Initial MVP
There is so much more to do, but I think it is time to commit this to VCS
This commit is contained in:
7
token_bot/token_database/flavor.py
Normal file
7
token_bot/token_database/flavor.py
Normal file
@@ -0,0 +1,7 @@
|
||||
from enum import Enum
|
||||
|
||||
|
||||
class Flavor(Enum):
|
||||
RETAIL = 1
|
||||
CLASSIC = 2
|
||||
|
||||
Reference in New Issue
Block a user