This commit is contained in:
Zsolt Ero
2023-12-05 21:06:29 +01:00
parent 2fbfe15b85
commit fab71939ad
11 changed files with 17 additions and 17 deletions

5
ssh_lib/config.py Normal file
View File

@@ -0,0 +1,5 @@
from pathlib import Path
base = Path(__file__).parent.parent
templates = base / 'templates'