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