matc 0.1.3

Matter protocol library (controller side)
Documentation
1
2
3
4
5
6
7
8
9
10
"""
Entry point for running the generate module as a script.

This allows running the module with: python -m generate
"""

from .orchestrate import main

if __name__ == "__main__":
    main()