openc2lib.types.base.openc2_type
class
Openc2Type:
3class Openc2Type(): 4 """ OpenC2 Language Element 5 6 This class is currently unused and is only provided to have a common ancestor for all 7 OpenC2 basic types. It may be used in the future to implement common methods or arguments. 8 """ 9 pass
OpenC2 Language Element
This class is currently unused and is only provided to have a common ancestor for all OpenC2 basic types. It may be used in the future to implement common methods or arguments.