Another method of install tpk.
[tools/mic.git] / mic / kickstart / custom_commands / __init__.py
1 from desktop import Mic_Desktop
2 from micrepo import Mic_Repo, Mic_RepoData,Mic_Tpk_Repo, Mic_Tpk_RepoData
3 from partition import Mic_Partition
4 from installerfw import Mic_installerfw
5
6 __all__ = (
7     "Mic_Desktop",
8     "Mic_Repo",
9     "Mic_RepoData",
10     "Mic_Tpk_Repo",
11     "Mic_Tpk_RepoData",
12     "Mic_Partition",
13     "Mic_installerfw",
14 )