From 0c9244a44b1460e05f716bc469898f309d850996 Mon Sep 17 00:00:00 2001 From: vidon Date: Mon, 13 Jun 2005 00:25:58 +0000 Subject: Ajout de la lib Graphics --- Python/library/__init__.py | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 Python/library/__init__.py (limited to 'Python/library/__init__.py') diff --git a/Python/library/__init__.py b/Python/library/__init__.py new file mode 100644 index 0000000..d8e4f37 --- /dev/null +++ b/Python/library/__init__.py @@ -0,0 +1,4 @@ +from Zinc import * +import graphics +import geometry +import pictorial -- cgit v1.1