File: __init__.py

package info (click to toggle)
zabbix-cli 3.6.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,980 kB
  • sloc: python: 19,920; makefile: 5
file content (8 lines) | stat: -rw-r--r-- 168 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
from __future__ import annotations

from zabbix_cli._patches import typer as typ


def patch_all() -> None:
    """Apply all patches to all modules."""
    typ.patch()