You've already forked MicroPythonOS
mirror of
https://github.com/m5stack/MicroPythonOS.git
synced 2026-05-20 11:51:27 -07:00
7 lines
226 B
Python
7 lines
226 B
Python
# Import all activity modules → triggers self-registration
|
|
from .chooser import ChooserActivity
|
|
from .view import ViewActivity
|
|
from .share import ShareActivity
|
|
|
|
__all__ = ["ChooserActivity", "ViewActivity", "ShareActivity"]
|