mirror of
https://github.com/Rushilwiz/SkoolOS.git
synced 2025-04-09 15:00:21 -04:00
5 lines
65 B
Python
5 lines
65 B
Python
import bgservice as bg
|
|
bg.watch_dir()
|
|
input()
|
|
bg.stop_watching()
|