quicktex/quicktex/cli/encode.py

7 lines
114 B
Python
Raw Normal View History

2021-03-25 05:04:12 +00:00
import click
@click.group()
def encode():
"""Encode an input image to a texture file of the given format"""