MCPcopy Create free account
hub / github.com/dbunt1tled/python-fast-api / State

Class State

src/core/enum/state.py:4–6  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2
3
4class State(int, Enum):
5 OFF = 0
6 ON = 1

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected