forked from mirrors/0ad
c49d4eedd0
To improve quality und uniformity of the included Python code this lints and formats the included Python files with ruff.
6 lines
125 B
Python
6 lines
125 B
Python
from . import actions # noqa: F401
|
|
from . import environment
|
|
|
|
ZeroAD = environment.ZeroAD
|
|
GameState = environment.GameState
|