tuxgo/tuxgo/__init__.py
Wojtek Porczyk c4e545555b Initial commit
Version demonstrated on 37 Chaos Communication Congress (37c3),
sans badges, which will be committed after the Congress.
2023-12-25 17:34:16 +01:00

3 lines
112 B
Python

import importlib.resources as _importlib_resources
assets = _importlib_resources.files(__package__) / 'assets'