view hgext/__init__.py @ 52056:7ea1cb46b590

timestamp: add type information to the module This is easy to do and helps both Pytype and developpers understand what objects they are dealing with.
author Raphaël Gomès <rgomes@octobus.net>
date Wed, 16 Oct 2024 18:40:59 +0200
parents f4733654f144
children
line wrap: on
line source

from __future__ import annotations

import pkgutil

__path__ = pkgutil.extend_path(__path__, __name__)