K1Guitar/tools/k1_harness/__main__.py

6 lines
85 B
Python

# -*- coding: utf-8 -*-
from .cli import main
if __name__ == "__main__":
main()