This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python | |
__author__ = 'Kevin Warrick' | |
__email__ = '[email protected], [email protected]' | |
__version__ = '2.0.0' | |
import pickle | |
from collections import namedtuple | |
from functools import wraps | |
import inspect | |
from icecream import ic |