__init__.py 208 B

12345678
  1. """
  2. Pysketcher is a simple tool which allows you to create
  3. sketches of, e.g., mechanical systems in Python.
  4. """
  5. __version__ = '0.1'
  6. __author__ = 'Hans Petter Langtangen <hpl@simula.no>'
  7. from shapes import *