__init__.py 309 B

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