kopia lustrzana https://github.com/dnet/pySSTV
5 wiersze
120 B
Python
5 wiersze
120 B
Python
![]() |
from os import path
|
||
|
|
||
|
def get_asset_filename(filename):
|
||
|
return path.join(path.dirname(__file__), 'assets', filename)
|