1# Copyright 2009 Google Inc. Released under the GPL v2
2
3"""This is a convenience module to import all available types of hosts.
4
5Implementation details:
6You should 'import hosts' instead of importing every available host module.
7"""
8
9from autotest_lib.client.common_lib import utils
10from base_classes import Host
11from repair import *
12