fix init file

This commit is contained in:
iLLiCiTiT 2021-10-11 17:23:14 +02:00
parent f4609f4ebf
commit 5ad722b197

View file

@ -1,5 +1,6 @@
from .module import HostsJobServer
__all__ = (
"HostsJobServer",
)