diff options
Diffstat (limited to 'client/mic.py')
| -rw-r--r-- | client/mic.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/client/mic.py b/client/mic.py index 01a37cb..9e0914b 100644 --- a/client/mic.py +++ b/client/mic.py @@ -1,3 +1,5 @@ +#!/usr/bin/env python2 +# -*- coding: utf-8-*- """ The Mic class handles all interactions with the microphone and speaker. """ |
