#!/usr/bin/env python
from s3sh.repl import S3Shell

if __name__ == '__main__':
    prompt = S3Shell()
    prompt.cmdloop('Starting prompt...')
