diff options
Diffstat (limited to 'client/local_mic.py')
| -rw-r--r-- | client/local_mic.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/client/local_mic.py b/client/local_mic.py index 44e232d..c3eb694 100644 --- a/client/local_mic.py +++ b/client/local_mic.py @@ -1,3 +1,5 @@ +#!/usr/bin/env python2 +# -*- coding: utf-8-*- """ A drop-in replacement for the Mic class that allows for all I/O to occur over the terminal. Useful for debugging. Unlike with the typical Mic |
