Lawrence Davison 3a49409468 Initial API checkin for compass metrics
Change-Id: If914a69f3c98d0bf4a58f5d19eafd2149caf8084
2014-09-05 16:14:40 -07:00

7 lines
124 B
Python

from os import sys, path
sys.path.append(path.dirname(path.abspath(__file__)))
import anapi_v2
application = anapi_v2.app