Initial commit

This commit is contained in:
Jeena 2025-06-01 10:17:11 +09:00
commit a284373de8
6 changed files with 299 additions and 0 deletions

10
Pipfile Normal file
View file

@ -0,0 +1,10 @@
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[packages]
PyGObject = "*"
[requires]
python_version = "3.10"