6 lines
79 B
Python
6 lines
79 B
Python
from os.path import join
|
|
|
|
|
|
def res(filename):
|
|
return join('res', filename)
|