get_kit_version#
- omni.graph.core.get_kit_version() Tuple[int, int]#
- Returns the currently running version of Kit as a tuple of (major, minor) numbers. - Returns:
- Major, minor version of Kit running, or (0, 0) if the Kit version could not be determined. 
- Return type:
- (int, int)