"""The data modules of tunnelhack. The modules C{Items}, C{Species}, and C{Nodes} are all automatically generated and are therefore are not covered by the API documentation. """ from ..Datafile import gen_module gen_module('Items', 'Kind.Kind') gen_module('Species', 'Spe.Spe') gen_module('Nodes', 'Node.Node', instantiate=0) from . import Items, Species, Nodes __all__ = ['Items', 'Species', 'Nodes']