kiwix-build/kiwixbuild/platforms/__init__.py

13 lines
118 B
Python

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