""" This module contains some python specific managers. """ from .file import PyFileManager __all__ = [ 'PyFileManager' ]