#!/usr/bin/env python

from sass_styleguide.scss import write_file


if __name__ == '__main__':
    write_file()
