2 lines
86 B
Python
2 lines
86 B
Python
def resource_filename(package_or_requirement, resource_name):
|
|
return resource_name |