cleanup entrypoint
This commit is contained in:
parent
fa2af40b03
commit
1b15792e00
|
@ -1,12 +1,7 @@
|
|||
#!/usr/bin/env python
|
||||
|
||||
# from notescriber.transcriber import Transcriber
|
||||
# from notescriber.dispatcher import Dispatcher
|
||||
# from notescriber.picker import Picker
|
||||
from notescriber import picker, dispatcher
|
||||
from notescriber import picker
|
||||
|
||||
if __name__ == '__main__':
|
||||
|
||||
picker.observe()
|
||||
# dispatcher.halt()
|
||||
# picker.halt()
|
Loading…
Reference in New Issue