File: __init__.py

package info (click to toggle)
turing 0.11~beta-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 10,136 kB
  • sloc: python: 103,892; xml: 101; makefile: 49; sh: 29
file content (8 lines) | stat: -rw-r--r-- 127 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
"""
This module contains some python specific managers.
"""
from .file import PyFileManager

__all__ = [
    'PyFileManager'
]