#!/usr/bin/env python from f6 import loc loc(excludes=lambda path, fname: 'node_modules' in path or 'build' in path)
from f6 import loc print loc()
from f6 import loc print loc(excludes=lambda path, fname: '_versions' in path)