Version demonstrated on 37 Chaos Communication Congress (37c3), sans badges, which will be committed after the Congress.
3 lines
112 B
Python
3 lines
112 B
Python
import importlib.resources as _importlib_resources
|
|
|
|
assets = _importlib_resources.files(__package__) / 'assets'
|