#! /usr/bin/env python3
#

from lieer import Gmailieer

if __name__ == '__main__':
  g = Gmailieer ()
  g.main ()

