openc2lib.types.base.openc2_type

1class Openc2Type():
2	""" OpenC2 Language Element
3		
4		This class is currently unused and is only provided to have a common ancestor for all
5		OpenC2 basic types. It may be used in the future to implement common methods or arguments.
6	"""
7	pass
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.