mirror of
https://github.com/esphome/esphome.git
synced 2026-09-26 22:40:21 +00:00
7 lines
130 B
Python
7 lines
130 B
Python
"""Main entry point for running the memory analyzer as a module."""
|
|
|
|
from .cli import main
|
|
|
|
if __name__ == "__main__":
|
|
main()
|