teddecor

TEDDecor Testing, Exceptions, and Decor

This is a easy to use library with testing, exceptions, and colorful text output. Dive in with minimal effort and get great results.

 1"""TEDDecor
 2Testing, Exceptions, and Decor
 3
 4This is a easy to use library with testing, exceptions, and colorful text output. 
 5Dive in with minimal effort and get great results.
 6"""
 7
 8__version__ = "1.1.0"
 9from . import Exceptions
10from . import UnitTest
11from .TED import TED