0ad/source/tools/rlclient/python/zero_ad/__init__.py
Dunedan c49d4eedd0
Lint and format Python files using ruff
To improve quality und uniformity of the included Python code this
lints and formats the included Python files with ruff.
2024-08-24 10:54:26 +02:00

5 lines
125 B
Python

from . import actions # noqa: F401
from . import environment
ZeroAD = environment.ZeroAD
GameState = environment.GameState