You've already forked MicroPythonOS
mirror of
https://github.com/m5stack/MicroPythonOS.git
synced 2026-05-20 11:51:27 -07:00
8 lines
136 B
Python
8 lines
136 B
Python
"""
|
|
Camera app wrapper that imports from the camera_activity module.
|
|
"""
|
|
|
|
from mpos import CameraActivity
|
|
|
|
__all__ = ['CameraActivity']
|