#!/bin/bash

find . -name '*.py' | xargs grep -h -E '^(from|import)' | sort -u