""" BuildInfo - OS version and build information """ class BuildInfo: """OS version and build information.""" class version: """Version information.""" release = "0.9.0" api_level = 0 # subject to change until API Level 1