mirror of
https://github.com/BOSWatch/BW3-Core.git
synced 2026-04-05 14:25:45 +00:00
add template plugin
This commit is contained in:
parent
9c824ff862
commit
d80db0d6cc
6 changed files with 68 additions and 8 deletions
|
|
@ -29,8 +29,8 @@ BIN_PATH = ROOT_PATH + "_bin/"
|
|||
TEST_PATH = ROOT_PATH + "test/"
|
||||
|
||||
|
||||
def ifFileExist(filePath):
|
||||
pass
|
||||
def FileExist(filePath):
|
||||
return os.path.exists(filePath)
|
||||
|
||||
|
||||
def makeDirIfNotExist(dirPath):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue