Example config
Configuration reference
SandboxType
Bases: StrEnum
Sandbox types.
Config
dataclass
Config(debug_mode=True, enable_lock=True, sandbox=SIMPLE)
Judgelet config.
| PARAMETER | DESCRIPTION |
|---|---|
debug_mode
|
run in debug or release mode.
TYPE:
|
enable_lock
|
if set to True, then only one solution at a time could be executed on this judgelet.
TYPE:
|
sandbox
|
what sandbox type to use.
TYPE:
|