diff --git a/Code/physicsTable/visualize/__init__.py b/Code/physicsTable/visualize/__init__.py index 13072aa..5cf03ff 100644 --- a/Code/physicsTable/visualize/__init__.py +++ b/Code/physicsTable/visualize/__init__.py @@ -1,3 +1,4 @@ +import time from warnings import warn @@ -50,4 +51,4 @@ def pgFig(*kwds, **args): raise Exception('Need matplotlib for pgFig!s') LIGHTGREY = pg.Color('lightgrey') YELLOW = pg.Color('Yellow') GOLD = pg.Color('Gold') -PURPLE = pg.Color('Purple') \ No newline at end of file +PURPLE = pg.Color('Purple')