theremin/main.py

4 lines
64 B
Python

from theremin import main
if __name__ == "__main__":
main()