view hgext/__init__.py @ 52303:b422acba55f1

rust-dirstate: remove star exports This makes the crate's imports confusing and muddies the discovery of the code.
author Raphaël Gomès <rgomes@octobus.net>
date Mon, 04 Nov 2024 11:07:05 +0100
parents f4733654f144
children
line wrap: on
line source

from __future__ import annotations

import pkgutil

__path__ = pkgutil.extend_path(__path__, __name__)