configuration-language-server/confls/helpers/__init__.py

4 lines
64 B
Python

from .systemd import Completor
SYSTEMD_COMPLETOR = Completor()