summarylogtreecommitdiffstats
path: root/__init__.py.template
blob: 20045f71847bfccb56defcad7d4804807ccbc6d6 (plain)
1
2
3
4
5
6
7
"""Allow shrinko8 to work without exposing its top-level module
names to the global module namespace."""

import python_qualify
python_qualify.enable_submodules(__name__)

__version__ = '{{ pkgver }}'