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

Class Env

src/core/enum/env.py:4–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2
3
4class Env(str, Enum):
5 DEVELOP = "dev"
6 STAGE = "stage"
7 PRODUCTION = "prod"

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected