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

4 lines
64 B
Python
Raw Permalink Normal View History

2021-09-09 18:31:23 +02:00
from .systemd import Completor
SYSTEMD_COMPLETOR = Completor()