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/__init__.pyi
PlexSheep 4fc6ac7e0a
working logger in python with stub
was a mess until it wasnt anymore, yay
2023-07-08 01:15:40 +02:00

12 lines
223 B
Python

"""
# libpt python bindings
`libpt` is originally implemented in rust, but offers a python module too.
"""
from . import logger
def is_loaded() -> bool:
"""
returns true if `libpt` has been loaded
"""
...