#!/usr/bin/env python

import sys
from desida.github import main
sys.exit(main())
