You've already forked MicroPythonOS
mirror of
https://github.com/m5stack/MicroPythonOS.git
synced 2026-05-20 11:51:27 -07:00
14 lines
259 B
Python
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
|