name: Print setup-python environment (self-hosted Windows) on: push: branches: - main jobs: setup-python-test: runs-on: self-hosted steps: - name: Set up Python uses: actions/setup-python@v6 with: ...
The SmartThings Schema Connector Python SDK is a package that simplify resources of Schema Connector instances through built-in interfaces. Using class inheritance, we'll gain access to a series of ...