from cgitize.repo import Repo


MY_REPOS = (
    Repo('test_repo', clone_url='root@server:~/test_repo'),
)