mirror of
https://github.com/niess/python-appimage.git
synced 2026-03-14 12:20:14 +01:00
6 lines
152 B
Python
6 lines
152 B
Python
from .build import build_appimage
|
|
from .relocate import patch_binary, relocate_python
|
|
|
|
|
|
__all__ = ['build_appimage', 'patch_binary', 'relocate_python']
|