| Total Complexity | 0 |
| Total Lines | 12 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | """Simple read-only CLI, API, Web Service and Kanban App for Things 3.""" |
||
| 2 | |||
| 3 | |||
| 4 | __author__ = "Alexander Willner" |
||
| 5 | __copyright__ = "2023 Alexander Willner" |
||
| 6 | __credits__ = ["Alexander Willner"] |
||
| 7 | __license__ = "Apache License 2.0" |
||
| 8 | __version__ = "2.9.0" |
||
| 9 | __maintainer__ = "Alexander Willner" |
||
| 10 | __email__ = "[email protected]" |
||
| 11 | __status__ = "Development" |
||
| 12 |