aboutsummaryrefslogtreecommitdiffstats
path: root/src/3rdparty/python/lib/python3.9/site-packages/dmgbuild/__init__.py
blob: 5fba876a7528ad7791b8daeb0be32955b58400b1 (plain)
1
2
3
4
5
from .core import build_dmg

__version__ = "1.6.0"

__all__ = ["__version__", "build_dmg"]