Source code for mechkit.utils

#!/usr/bin/env python
# -*- coding: utf-8 -*-
"""
Utilities
"""


[docs]class MechkitException(Exception): """Exception wrapping all exceptions of this package""" pass