diff --git a/mongodb_consistent_backup/Archive/Archive.py b/mongodb_consistent_backup/Archive/Archive.py index bd97812f..3f1bc013 100644 --- a/mongodb_consistent_backup/Archive/Archive.py +++ b/mongodb_consistent_backup/Archive/Archive.py @@ -1,3 +1,5 @@ +from mongodb_consistent_backup.Archive.Tar import Tar # NOQA +from mongodb_consistent_backup.Archive.Zbackup import Zbackup # NOQA from mongodb_consistent_backup.Pipeline import Stage