Merge "Modified the image name for convertor"
[tools/mic.git] / mic / kickstart / custom_commands / __init__.py
1 import desktop
2 import moblinrepo
3
4 __all__ = (
5     "Moblin_Desktop",
6     "Moblin_Repo",
7     "Moblin_RepoData",
8 )