added current gentooimgr

This commit is contained in:
embed@git.macaw.me
2023-12-21 18:53:25 +00:00
parent 349f2b9dea
commit f7303dce15
25 changed files with 6993 additions and 0 deletions

2
gentooimgr/__init__.py Normal file
View File

@ -0,0 +1,2 @@
import os
HERE = os.path.abspath(os.path.dirname(__file__))