Files
python-appimage/python_appimage/appimage/__init__.py
2020-03-30 00:48:53 +02:00

6 lines
152 B
Python

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