comixify/utils.py

6 lines
58 B
Python
Raw Normal View History

2018-08-20 23:00:22 +00:00
import os
def jj(*args):
return os.path.join(*args)