Files
astral-ty/python/ty/__init__.py
T

6 lines
97 B
Python

from __future__ import annotations
from ._find_ty import find_ty_bin
__all__ = ["find_ty_bin"]