<!-- Please feel free to delete any sections that aren't relevant. --> <!-- mark with x between the [ ] --> I have: - [x] searched open and closed issues for duplicates ### Bug description Hi, this is actually not a bug: is it possible to store in the ```config.yaml``` information from more than one printer? ### Steps to reproduce - create ```config.yaml```file with following structure: ```printer: name: - GEZHI - TECH type: - Usb - Usb idVendor: - 0x28e9 - 0x6868 idProduct: - 0x289 - 0x200 in_ep: - 0x81 - 0x82 out_ep: - 0x1 - 0x1 ``` ### Device info <!-- Replace examples with your info --> **Printer:** Goojprt PT-210 <!-- since version 2.0.1 you can type 'python-escpos version' in your shell. Starting with python-escpos version 3.0, please replace the information below with the output of `python-escpos version_extended`. --> **python-escpos version:** 3.1 **python version:** 3.12.2 **operating system:** Raspbian GNU/Linux (Raspberry Pi 4)