Files
kiwix-build/kiwixbuild/toolchains/ios.py
Matthieu Gautier 97666b0fc9 Create a real module kiwixbuild and make it installable. Split files.
Make kiwix-build installable using pip.
Module is now called `kiwixbuild` because `kiwix-build` is not a valid
python identifier.

Also split toolchains in separated directory.
2018-04-04 15:43:16 +02:00

5 lines
74 B
Python

from .base_toolchain import Toolchain
class iOS_sdk(Toolchain):
pass