add submodule initialization
This commit is contained in:
parent
bb5b73e189
commit
5b948fdcc5
@ -0,0 +1,3 @@
|
||||
from pyinfra import k8s_probes, queue, storage, config
|
||||
|
||||
__all__ = ["k8s_probes", "queue", "storage", "config"]
|
||||
@ -0,0 +1,3 @@
|
||||
from pyinfra.k8s_probes import startup
|
||||
|
||||
__all__ = ["startup"]
|
||||
@ -0,0 +1,3 @@
|
||||
from pyinfra.queue import queue_manager
|
||||
|
||||
__all__ = ["queue_manager"]
|
||||
@ -0,0 +1,4 @@
|
||||
from pyinfra.storage import adapters, storage
|
||||
from pyinfra.storage.storage import get_storage
|
||||
|
||||
__all__ = ["adapters", "storage"]
|
||||
Loading…
x
Reference in New Issue
Block a user