Welcome to mirror list, hosted at ThFree Co, Russian Federation.

stylesheets.pyi « css_parser « typings - dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a05b5d05816254962c8b566b63262788a75b7a53 (plain)
1
2
3
4
5
6
7
8
9
10
from __future__ import annotations


class MediaList:
    ...


class StyleSheet:

    cssText: bytes