added tcg game from previous project

This commit is contained in:
2024-02-28 21:09:03 +01:00
parent daf0c2ed20
commit 4ff9591f92
21 changed files with 638 additions and 0 deletions

View File

@ -0,0 +1,6 @@
import os
class PathUtil:
def getAbsolutePathTo(notAbsolutPath:str) -> str:
return os.path.abspath("OLD_Server/" + notAbsolutPath)