> For the complete documentation index, see [llms.txt](https://api.lampix.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://api.lampix.co/application-development/lampixcustomwatchers/directory-structure.md).

# Directory Structure

**The working directory is assumed to be the directory of the application for which the Custom Watcher is implemented.**

```
.qr-detector-app
│   app.js
│   index.html    
│   package.json
│   README.md
│   vendor.js
│
└─── watchers
        └─── qr-code-detector
                    └─── qr-code-detector.py
```

**IMPORTANT:** Note that the directory in which the `.py` file is placed, should be named exactly as the `.py` file.
