🗝
summary refs log tree commit diff
path: root/register.py
blob: b2ff276904d1e44869f3d4cfd5a648f0f61a1fb0 (plain) (blame)
1
2
3
4
5
6
7
from commia.prelude import *

from lib import pull, push

pull()
run(["dehydrated", "--register", "--accept-terms"])
push()