diff options
author | Tom Smeding <tom.smeding@gmail.com> | 2020-06-06 13:43:47 +0200 |
---|---|---|
committer | Tom Smeding <tom.smeding@gmail.com> | 2020-06-06 13:43:47 +0200 |
commit | 33bc8eebdb2a115ae1e9170bbe0b59d27da91cc8 (patch) | |
tree | 48c67018c704fb3bce100af882e5f92c7cf2132b /main.py | |
parent | 4f459271ec499582d3e1ed5cb7bcad297f00d6ca (diff) |
Diffstat (limited to 'main.py')
-rwxr-xr-x | main.py | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/main.py b/main.py deleted file mode 100755 index 2e7e7ae..0000000 --- a/main.py +++ /dev/null @@ -1,8 +0,0 @@ -#!/usr/bin/env python3 - -import pacmd, pa, inter - - -inter.start() -inter.mainloop() -inter.end() |