Initial commit

- Added basic pacman/systemd wrappers
- Added way to manage AUR and user packages
This commit is contained in:
Kivi Kaitaniemi
2024-04-22 19:27:40 +03:00
commit 5d102f15f0
9 changed files with 1570 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
import os
import sys
_SRC_PATH = os.path.join(os.path.dirname(__file__), "../src/")
sys.path.append(_SRC_PATH)