diff options
author | Olivier Gayot <olivier.gayot@sigexec.com> | 2021-11-12 19:53:46 +0100 |
---|---|---|
committer | Olivier Gayot <olivier.gayot@sigexec.com> | 2021-11-12 19:53:46 +0100 |
commit | f39f3beb86af72b04d8ac3f5e9b9cb3a5204bbc4 (patch) | |
tree | 9f2a624822c36a9735195ec5f544232854d215bb /cameltris/screens/__init__.py | |
parent | c212b040b6850422b6b45da6181ce313dc786c4c (diff) |
Add __init__.py files to make pylint happier
Signed-off-by: Olivier Gayot <olivier.gayot@sigexec.com>
Diffstat (limited to 'cameltris/screens/__init__.py')
-rw-r--r-- | cameltris/screens/__init__.py | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/cameltris/screens/__init__.py b/cameltris/screens/__init__.py new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/cameltris/screens/__init__.py |