We need examples on how to do [the following tutorial ](https://sandervandevelde.wordpress.com/2016/04/11/passing-data-between-windows-10-iot-core-headed-and-headless-apps/)with headless background python app. How we could implement below for headless python? ``` <Extensions> <uap:Extension Category="windows.appService" EntryPoint="BackgroundApplication1.StartupTask"> <uap:AppService Name="BackgroundWebService" /> </uap:Extension> </Extensions> ```
We need examples on how to do the following tutorial with headless background python app.
How we could implement below for headless python?