This repository has been archived on 2019-12-09. You can view files and clone it, but cannot push or open issues or pull requests.
pacman2/engine/resources.py

6 lines
79 B
Python
Raw Normal View History

2019-11-23 10:46:25 +01:00
from os.path import join
def res(filename):
return join('res', filename)