1 2 3 4 5 6 7
from commia.prelude import * from lib import pull, push pull() run(["dehydrated", "--register", "--accept-terms"]) push()