#!/usr/bin/env python3
import os, sys
sys.path.append(os.path.dirname(os.path.realpath(__file__)))

import cloudrun.main
cloudrun.main.main()
