quicktex/quicktex/cli/encode.py
2021-03-24 22:04:12 -07:00

7 lines
114 B
Python

import click
@click.group()
def encode():
"""Encode an input image to a texture file of the given format"""