#!/usr/bin/env python

from create import droptables

if __name__ == '__main__':
    droptables()
