summarylogtreecommitdiffstats
path: root/__init__.py.template
blob: 6b83b9121588aaf4dc3b8bd4559a67aab173f5b1 (plain)
1
2
3
4
5
6
7
8
9
10
# SPDX-FileCopyrightText: Arch Linux contributors
# SPDX-License-Identifier: 0BSD

"""Allow Pyth to work without exposing its top-level module
names to the global module namespace."""

import python_qualify
python_qualify.enable_submodules(__name__)

"""Original script follows below."""