added tcg game from previous project
This commit is contained in:
6
Classes/System/Utils/Path.py
Normal file
6
Classes/System/Utils/Path.py
Normal file
@ -0,0 +1,6 @@
|
||||
import os
|
||||
|
||||
|
||||
class PathUtil:
|
||||
def getAbsolutePathTo(notAbsolutPath:str) -> str:
|
||||
return os.path.abspath("OLD_Server/" + notAbsolutPath)
|
Reference in New Issue
Block a user