chatServer/modules/[text server]/[api]/utils/module.py
2021-04-09 15:16:29 +02:00

4 lines
98 B
Python

global textQuickFolder
def textQuickFolder(path):
if not os.path.isdir(path):
os.makedirs(path)