Username e24f68500c style: normalize indentation and improve code style
- convert tabs to 4-space indentation
- add docstrings to modules and classes
- remove unused import (copy)
- use explicit object inheritance
- use 'while True' over 'while 1'
- use 'while args' over 'while len(args)'
- use '{}' over 'dict()'
- consistent string formatting
- Python 2/3 compatible Queue import
2025-12-20 23:18:45 +01:00
2025-12-20 16:46:44 +01:00
2025-12-20 16:47:10 +01:00
2025-12-20 16:46:37 +01:00
2025-12-20 17:33:40 +01:00
2021-07-03 18:47:34 +02:00
2025-12-20 16:53:00 +01:00
2021-07-03 18:47:34 +02:00
2021-05-02 00:22:12 +02:00
2021-06-02 14:54:46 +02:00
2019-03-05 22:29:16 +00:00
2025-12-20 23:11:54 +01:00
2021-06-27 12:12:49 +02:00
2021-04-26 02:07:22 +02:00
Description
No description provided
3.7 MiB
Languages
Python 74.2%
JavaScript 10.5%
CSS 7.4%
Shell 4%
HTML 3.7%
Other 0.2%