mirror of
https://github.com/maciej3031/comixify.git
synced 2026-03-11 08:54:35 +00:00
6 lines
58 B
Python
6 lines
58 B
Python
|
|
import os
|
||
|
|
|
||
|
|
|
||
|
|
def jj(*args):
|
||
|
|
return os.path.join(*args)
|