__init__.py 293 B

123456789
  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 File from osarchiver.destination.file
  6. """
  7. from osarchiver.destination.file.base import File