Mercurial > hg
view hgext3rd/__init__.py @ 52276:13be751218e0 stable
ci: add sink for wheels too
Sight.
author | Pierre-Yves David <pierre-yves.david@octobus.net> |
---|---|
date | Wed, 20 Nov 2024 12:09:35 +0100 |
parents | f4733654f144 |
children |
line wrap: on
line source
# name space package to host third party extensions from __future__ import annotations import pkgutil __path__ = pkgutil.extend_path(__path__, __name__)