backup-tool/app/specs/__init__.py

4 lines
91 B
Python
Raw Normal View History

from .spec import Spec
from .directory import DirectorySpec
2021-01-15 21:47:09 +01:00
from .volume import VolumeSpec