kiwix-build/kiwixbuild/platforms/__init__.py

15 lines
141 B
Python

from .base import *
from . import (
android,
armhf,
flatpak,
i586,
ios,
native,
neutral,
win32,
wasm
)