#!/bin/bash

wc `find src | grep ".py$"`
