openc2lib.core.version

1from openc2lib.types.data import Version
2
3_OPENC2_VERSION = Version(1,0)
4""" OpenC2 version supported by the library """