# -*- coding: utf-8 -*-

"""This module contains convenience functions for general file handling.
"""

from . import utils
from .utils import *

__all__ = []
__all__ += utils.__all__
