pull/269/merge
Alistair1231 7 days ago committed by GitHub
commit 9e38626c21
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -1,4 +1,14 @@
#!/usr/bin/env python3
# /// script
# dependencies = [
# "tqdm",
# "requests",
# "dbus-python",
# "gbinder",
# "PyGObject",
# "InquirerPy"
# ]
# ///
from InquirerPy import inquirer
from InquirerPy.base.control import Choice
from InquirerPy.separator import Separator

Loading…
Cancel
Save