Skip to content

Commit 26c39e8

Browse files
committed
feat: define micro runtime type
1 parent ad906c1 commit 26c39e8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

wherobots/db/runtime.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33

44
class Runtime(Enum):
5+
MICRO = "micro"
56
TINY = "tiny"
67
SMALL = "small"
78
MEDIUM = "medium"

0 commit comments

Comments
 (0)