#!/usr/bin/env python
from faker.cli import execute_from_command_line

if __name__ == '__main__':
    execute_from_command_line()
