Files
ServerSync/lib/prompt_toolkit/contrib/completers/__init__.py

6 lines
103 B
Python
Raw Normal View History

2026-02-12 02:28:23 +02:00
from __future__ import annotations
from .system import SystemCompleter
__all__ = ["SystemCompleter"]