view hgext/__init__.py @ 52022:745409f94f0c

bookflow: fix bullet list indentation in docstring
author Ludovic Chabant <ludovic@chabant.com>
date Wed, 28 Dec 2022 21:33:44 -0800
parents f4733654f144
children
line wrap: on
line source

from __future__ import annotations

import pkgutil

__path__ = pkgutil.extend_path(__path__, __name__)