[cyst.models]
cyst = cyst_models.cyst.main:behavioral_model_description
meta = cyst_models.meta.main:behavioral_model_description

[cyst.platforms]
cyst_real_time = cyst.platform.main:real_time_platform_description
cyst_simulated_time = cyst.platform.main:simulated_time_platform_description

[cyst.services]
firewall = cyst.platform.network.firewall:service_description
forward_shell = cyst_services.forward_shell.main:service_description
reverse_shell = cyst_services.reverse_shell.main:service_description
scripted_actor = cyst_services.scripted_actor.main:service_description
