- remove build specs - move pytest.ini into pyproject.toml - update readme - add pre-commit config - run formatters - add Makefile
5 lines
129 B
Python
5 lines
129 B
Python
from pyinfra.storage import adapters, storage
|
|
from pyinfra.storage.storage import get_storage
|
|
|
|
__all__ = ["adapters", "storage"]
|