We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad906c1 commit 26c39e8Copy full SHA for 26c39e8
wherobots/db/runtime.py
@@ -2,6 +2,7 @@
2
3
4
class Runtime(Enum):
5
+ MICRO = "micro"
6
TINY = "tiny"
7
SMALL = "small"
8
MEDIUM = "medium"
0 commit comments