#!/usr/bin/env python

import sys
import optparse

import dflat

if __name__ == '__main__':
    dflat.main()
