Forking what is left of ZeroNet and hopefully adding an AT Proto Frontend/Proxy
at main 8 lines 120 B view raw
1# pylint: disable=too-few-public-methods 2 3class RSA: 4 def get_backend(self): 5 return "fallback" 6 7 8rsa = RSA()