mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-06-16 05:13:58 -07:00
To improve quality und uniformity of the included Python code this lints and formats the included Python files with ruff.
5 lines
125 B
Python
5 lines
125 B
Python
from . import actions # noqa: F401
|
|
from . import environment
|
|
|
|
ZeroAD = environment.ZeroAD
|
|
GameState = environment.GameState
|