• Adirio's avatar
    Turn Server into a context manager · 30429632
    Adirio authored
    Allow using Server with the with statement:
    
    server = Server()
    # Set up the server
    with server as server:
        # Update the server
    30429632
server.py 12.8 KB