notescriber/notescriber.py

12 lines
297 B
Python
Executable File

#!/usr/bin/env python
# from notescriber.transcriber import Transcriber
# from notescriber.dispatcher import Dispatcher
# from notescriber.picker import Picker
from notescriber import picker, dispatcher
if __name__ == '__main__':
picker.observe()
# dispatcher.halt()
# picker.halt()