forked from prehistoric-systems/comixify
5 lines
58 B
Python
5 lines
58 B
Python
import os
|
|
|
|
|
|
def jj(*args):
|
|
return os.path.join(*args)
|