Files
2026-02-25 20:53:25 +01:00

14 lines
259 B
Python

"""
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