mirror of
https://github.com/kiwix/kiwix-build.git
synced 2025-06-27 21:39:34 +00:00
16 lines
155 B
Python
16 lines
155 B
Python
|
|
from .base import *
|
|
|
|
from . import (
|
|
android,
|
|
armhf,
|
|
arm_musl,
|
|
flatpak,
|
|
i586,
|
|
ios,
|
|
native,
|
|
neutral,
|
|
win32,
|
|
wasm
|
|
)
|