added another module
This commit is contained in:
6
conf/apps/food-repo/src/restaurant/other.py
Normal file
6
conf/apps/food-repo/src/restaurant/other.py
Normal file
@@ -0,0 +1,6 @@
|
||||
from enum import Enum, auto
|
||||
|
||||
|
||||
class Food(Enum):
|
||||
PIZZA = auto()
|
||||
BURGER = auto()
|
||||
Reference in New Issue
Block a user