mirror of
https://github.com/mbirth/tcl_ota_check.git
synced 2024-11-09 22:06:47 +00:00
7 lines
110 B
Python
7 lines
110 B
Python
|
#!/usr/bin/env python3
|
||
|
# -*- coding: utf-8 -*-
|
||
|
|
||
|
# pylint: disable=C0111,C0326,C0103
|
||
|
|
||
|
LOGS_GLOB = "logs/*.xml"
|