aboutsummaryrefslogtreecommitdiff
path: root/libs/basic_games/games/openmw_support/__init__.py
blob: 89852b16cfbd874fb7e4ddb68d339d4e28a72e62 (plain)
1
2
3
4
5
6
# Support package for the OpenMW (Morrowind) game plugin.
#
# This is a plain subpackage, not an auto-discovered game module: basic_games'
# createPlugins() only imports top-level games/*.py files and games/**/plugins/
# __init__.py entry points, so the helpers here are loaded only when
# game_openmw.py imports them.