Your IP : 216.73.216.79


Current Path : /lib/python3.8/site-packages/rapidfuzz/
Upload File :
Current File : //lib/python3.8/site-packages/rapidfuzz/utils.pyi

# SPDX-License-Identifier: MIT
# Copyright (C) 2022 Max Bachmann

from __future__ import annotations

from typing import Hashable, Sequence

def default_process(sentence: Sequence[Hashable]) -> Sequence[Hashable]: ...