Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit b8c0427

Browse files
committedAug 26, 2024
Add modulino import to access static methods
1 parent 194fe9a commit b8c0427

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎src/modulino/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
__maintainer__ = "Arduino"
55

66
# Import core classes and/or functions to expose them at the package level
7+
from .modulino import Modulino
78
from .pixels import ModulinoPixels, ModulinoColor
89
from .thermo import ModulinoThermo
910
from .buzzer import ModulinoBuzzer

0 commit comments

Comments
 (0)
Please sign in to comment.