MCPcopy Create free account
hub / github.com/FlashSampling/FlashSampling / Args

Class Args

benchmarking/hbm-access.py:31–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29
30
31class Args(BaseSettings):
32 config: str = "small"
33
34
35class CliArgs(Args, cli_parse_args=True):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected