This repository has been archived on 2024-10-16. You can view files and clone it, but cannot push or open issues or pull requests.
pt/python/libpt/common/printing.pyi
PlexSheep 0f2b62c999
theoretical pyhton stubs and bindings
but they are not usable for some reason
2023-07-09 19:08:55 +02:00

14 lines
224 B
Python

"""
tools that make printing stuff better
"""
def divider() -> str:
"""
Quickly get a one line visual divider
"""
...
def print_divider():
"""
Quickly print a one line visual divider
"""
...