mirror of
https://github.com/astral-sh/ty.git
synced 2026-05-06 17:00:54 -04:00
f906491c4d
Closes https://github.com/astral-sh/ruff/issues/18153 Copy of https://github.com/astral-sh/ruff/pull/23406
6 lines
97 B
Python
6 lines
97 B
Python
from __future__ import annotations
|
|
|
|
from ._find_ty import find_ty_bin
|
|
|
|
__all__ = ["find_ty_bin"]
|