- # Use of this source code is governed by a BSD-style
- # license that can be found in the LICENSE file.
- # Copyright 2019 The OSArchiver Authors. All rights reserved.
- """
- init file that allow to import Db from osarchiver.destination.db whithout
- loading submodules
- """
- from osarchiver.destination.db.db import Db
|