Files
FastAnime/fastanime/libs/selectors/fzf/__init__.py
2025-07-06 22:23:14 +03:00

4 lines
61 B
Python

from .selector import FzfSelector
__all__ = ["FzfSelector"]