updating dummy modules

This commit is contained in:
Ayush Saini 2023-12-21 18:29:02 +05:30
parent 5109028af7
commit 2174ae566d
6 changed files with 410 additions and 185 deletions

View file

@ -45,6 +45,11 @@ def _uninferrable() -> Any:
return _not_a_real_variable # type: ignore
def set_stress_testing(testing: bool, player_count: int) -> None:
"""(internal)"""
return None
def value_test(
arg: str, change: float | None = None, absolute: float | None = None
) -> float: