1""" 2# --8<-- [start:login] 3import polars_cloud as pc 4 5pc.authenticate() 6pc.login() 7# --8<-- [end:login] 8""" 9 10