wesnoth/data/tools/unit_tree/__init__.py
2017-10-02 21:30:00 +02:00

5 lines
225 B
Python

#!/usr/bin/env python3
# When Python looks for a package, it considers all directories with
# a file named __init__.py inside them. Therefore we need this file.
# Any code put in here would get executed on "import wesnoth".