Spaces:
Sleeping
Sleeping
# Захреначьте импорты сюда и сделайте метод call, как в других обёртках | |
class FridaWrapper(object): | |
def __init__(self) -> None: | |
pass | |
def __call__(self, text: str) -> str: | |
pass |