#!/usr/bin/env python3

import cmonkey.cmviewer.webapp as webapp

if __name__ == '__main__':
    webapp.run()
