comixify/utils.py
2018-08-21 22:52:09 +02:00

5 lines
58 B
Python

import os
def jj(*args):
return os.path.join(*args)