goldsborough/ecstasy

View on GitHub
ecstasy/__init__.py

Summary

Maintainability
A
0 mins
Test Coverage
# -*- coding: utf-8 -*-

from .parser import beautify            # noqa
from .flags import Color, Fill, Style    # noqa

__title__ = 'ecstasy'
__version__ = '0.1.3'
__url__ = "https://github.com/goldsborough/ecstasy"
__author__ = 'Peter Goldsborough'
__license__ = 'MIT'
__copyright__ = 'Copyright 2015 Peter Goldsborough'