#!/usr/bin/env python3.4
import os
import sys
sys.path.append(os.path.join(os.path.dirname(__file__), '..'))
from htmlparser import standalone

standalone.main()
