File: __about__.py

package info (click to toggle)
zabbix-cli 3.5.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,860 kB
  • sloc: python: 18,557; makefile: 3
file content (5 lines) | stat: -rw-r--r-- 101 bytes parent folder | download
1
2
3
4
5
from __future__ import annotations

__version__ = "3.5.3"
APP_NAME = "zabbix-cli"
AUTHOR = "unioslo"