#!/usr/bin/env python -E

import gemini.scripts
import gemini.gemini_main
from gemini.gemini_constants import *
gemini.gemini_main.main()
