openc2lib.profiles.dumb
Dumb profile mockup
This profile is just meant for testing and providing an example of how to create a new profile. It does not perform any useful action. The definition if very simple and does not include additional types or extensions (at least so far).
1""" Dumb profile mockup 2 3 This profile is just meant for testing and providing an example of how to create 4 a new profile. It does not perform any useful action. The definition if very simple 5 and does not include additional types or extensions (at least so far). 6""" 7 8 9from openc2lib.profiles.dumb.actuator import *