File: __init__.py

package info (click to toggle)
virtnbdbackup 2.42-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 672 kB
  • sloc: python: 4,426; makefile: 9
file content (8 lines) | stat: -rw-r--r-- 132 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
"""Output helper class"""

__title__ = "output"
__version__ = "0.1"

from .target import target

openfile = target.Directory().open