mirror of
https://github.com/wesnoth/wesnoth
synced 2025-04-28 23:22:36 +00:00
6 lines
225 B
Python
6 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".
|