File size: 259 Bytes
5d567f2
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
# Захреначьте импорты сюда и сделайте метод call, как в других обёртках

class FridaWrapper(object):
    def __init__(self) -> None:
        pass
    
    def __call__(self, text: str) -> str:
        pass