theremin/main.py
2019-10-03 00:35:51 +02:00

4 lines
No EOL
64 B
Python

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