This repository has been archived on 2020-08-22. You can view files and clone it, but cannot push or open issues or pull requests.
pyaudviz/src/__main__.py

6 lines
88 B
Python

# Allows for launching with python3 -m avpython
from avpython.main import main
main()