You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
calculate-utils-3-install/install/variables/__init__.py

10 lines
275 B

from action import InstallAction
from disk import InstallDisk
from distr import Distribute
from kernel import InstallKernel
from linux import InstallLinux
from locale import InstallLocale
from net import InstallNet
from system import InstallSystem
from X11 import InstallX11