2024-02-11 23:18:09 +00:00
|
|
|
#!/usr/bin/env python
|
|
|
|
|
2024-02-13 19:54:06 +00:00
|
|
|
# from notescriber.transcriber import Transcriber
|
|
|
|
# from notescriber.dispatcher import Dispatcher
|
|
|
|
# from notescriber.picker import Picker
|
|
|
|
from notescriber import picker, dispatcher
|
2024-02-11 23:18:09 +00:00
|
|
|
|
|
|
|
if __name__ == '__main__':
|
2024-02-13 19:54:06 +00:00
|
|
|
|
|
|
|
picker.observe()
|
|
|
|
# dispatcher.halt()
|
|
|
|
# picker.halt()
|