#!/usr/bin/env python

from os import path
from eduvpn.ui import main
here = path.dirname(__file__)

if __name__ == '__main__':
    main(here)
