File: coloredlogs.pyi

package info (click to toggle)
staticsite 2.5-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 14,648 kB
  • sloc: javascript: 33,722; python: 9,851; makefile: 46; sh: 4
file content (7 lines) | stat: -rw-r--r-- 126 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
from __future__ import annotations

from typing import Union


def install(level: Union[int, str], fmt: str) -> None:
    ...