SkoolOS/bgservice/test.py
Nathaniel Kenschaft 0b71a4de6a fixed git history
2020-06-16 11:35:04 -04:00

5 lines
65 B
Python

import bgservice as bg
bg.watch_dir()
input()
bg.stop_watching()