mirror of
https://github.com/ChuckBuilds/LEDMatrix.git
synced 2026-04-10 21:03:01 +00:00
6 lines
103 B
Python
6 lines
103 B
Python
#!/usr/bin/env python3
|
|
|
|
from src.display_controller import main
|
|
|
|
if __name__ == "__main__":
|
|
main() |