This repository has been archived on 2023-05-31. You can view files and clone it, but cannot push or open issues or pull requests.
python-blog/stubs/rcssmin.pyi
2021-12-28 22:31:53 +01:00

4 lines
58 B
Python

from typing import Callable
cssmin: Callable[[str], str]