#! /bin/env python
def hello():
    print('hello there')

def main():
    hello()