Mercurial > hg
view hgext3rd/__init__.py @ 52152:de4b9ea2fa34 default tip
branching: merge stable into default
author | Raphaël Gomès <rgomes@octobus.net> |
---|---|
date | Tue, 29 Oct 2024 09:38:48 +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__)