mycopunk-swag/cli/mycopunk/__init__.py

10 lines
252 B
Python

"""
Mycopunk CLI - Merchandise management and POD fulfillment tool.
A CLI-driven workflow for designing, managing, and distributing
mycopunk merchandise with automated print-on-demand fulfillment.
"""
__version__ = "0.1.0"
__author__ = "Jeff Emmett"