Files
2026-07-13 12:55:23 +08:00

6 lines
73 B
Python

from .eez_studio_cli import main
if __name__ == "__main__":
main()