view hgext/__init__.py @ 52282:51a350a22d0c

branching: merge stable into default
author Raphaël Gomès <rgomes@octobus.net>
date Wed, 20 Nov 2024 15:53:19 +0100
parents f4733654f144
children
line wrap: on
line source

from __future__ import annotations

import pkgutil

__path__ = pkgutil.extend_path(__path__, __name__)