Files
python-appimage/python_appimage/appimage/__init__.py
2020-05-06 13:49:16 +02:00

7 lines
201 B
Python

from .build import build_appimage
from .relocate import patch_binary, relocate_python, tcltk_env_string
__all__ = ['build_appimage', 'patch_binary', 'relocate_python',
'tcltk_env_string']