1from typing import Any
2
3# py allows to use e.g. py.path.local even without importing py.path.
4# So import implicitly.
5from . import error
6from . import iniconfig
7from . import path
8from . import io
9from . import xml
10
11__version__: str
12
13# Untyped modules below here.
14std: Any
15test: Any
16process: Any
17apipkg: Any
18code: Any
19builtin: Any
20log: Any
21