1
0
mirror of https://github.com/esphome/esphome.git synced 2025-11-19 16:25:50 +00:00
Files
esphome/esphome/analyze_memory/__main__.py
J. Nick Koston 43c62297e8 merge
2025-10-17 13:56:31 -10:00

7 lines
130 B
Python

"""Main entry point for running the memory analyzer as a module."""
from .cli import main
if __name__ == "__main__":
main()