hgext/__init__.py
author Pierre-Yves David <pierre-yves.david@octobus.net>
Sun, 10 Nov 2024 00:59:21 +0100
branchstable
changeset 52231 d0e728b0db0e
parent 51863 f4733654f144
permissions -rw-r--r--
wheel: assign CIBW_SKIP globally The other cibuildwheels (e.g. windows) will needs it too.

from __future__ import annotations

import pkgutil

__path__ = pkgutil.extend_path(__path__, __name__)