kiwix-build/kiwixbuild/platforms/__init__.py

14 lines
132 B
Python

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