systemd-resolved-rs 0.2.0

A compatibility-oriented reimplementation of systemd-resolved
1
2
3
4
5
6
7
import json

def test():
    print("Testing Scopes from DumpServerState")

if __name__ == '__main__':
    test()