mirror of
https://github.com/Snigdha-OS/snigdhaos-blackbox.git
synced 2026-02-05 05:53:55 +01:00
13 lines
155 B
Python
13 lines
155 B
Python
#!/bin/python
|
|
|
|
'''
|
|
NOTE: Don't use any virtual environment as we need gi and Gtk
|
|
'''
|
|
|
|
# Module Import
|
|
|
|
import os
|
|
import sys
|
|
import time
|
|
import subprocess
|