keyboard needs os

This commit is contained in:
Bryan Bishop
2013-09-09 01:59:58 -05:00
parent e88a4767e9
commit cdf1b82fad

View File

@@ -4,6 +4,7 @@ This file constructs a networkx.DiGraph object called graph, which can be used
to find the shortest path of keypresses on the keyboard to type a word.
"""
import os
import itertools
import networkx