"""Sample app: setup.py / setuptools install verification."""
import colorama

print(f"SETUP: {colorama.__version__}")
