notescriber/notescriber.py

7 lines
103 B
Python
Raw Normal View History

#!/usr/bin/env python
2024-02-16 13:37:01 +00:00
from notescriber import picker
if __name__ == '__main__':
2024-02-16 13:37:01 +00:00
picker.observe()