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
Raw Normal View History

# Allows for launching with python3 -m avpython
2017-07-15 18:59:22 -04:00
from avpython.main import main
main()