6 lines
66 B
Python
6 lines
66 B
Python
class Config:
|
|
time_step: float = 0.01
|
|
|
|
|
|
sgs_config = Config()
|