hgext3rd/__init__.py
author Raphaël Gomès <rgomes@octobus.net>
Wed, 25 Sep 2024 18:10:03 +0200
changeset 52159 426696af24d3
parent 51863 f4733654f144
permissions -rw-r--r--
rust-revlog: add file IO helpers This will be useful for the upcoming `InnerRevlog`.

# name space package to host third party extensions

from __future__ import annotations

import pkgutil

__path__ = pkgutil.extend_path(__path__, __name__)