summarylogtreecommitdiffstats
path: root/__init__.py.template
blob: 446c1341a7164ca1113722c5dcc6bf29c613f1cb (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__ = '{{ version }}'