#!/usr/bin/python
from flake8 import main

if __name__ == '__main__':
    main()
