Ejemplo n.º 1
0
#-------------------------------------------------------------------------------
#
# Copyright (c) 2009, IMB, RWTH Aachen.
# All rights reserved.
#
# This software is provided without warranty under the terms of the BSD
# license included in simvisage/LICENSE.txt and may be redistributed only
# under the conditions described in the aforementioned license.  The license
# is also available online at http://www.simvisage.com/licenses/BSD.txt
#
# Thanks for using Simvisage open source!
#
# Created on Nov 9, 2011 by: rch

from bearigami.forming.rhombus_crease_pattern import RhombusCreasePattern

if __name__ == '__main__':

    cp = RhombusCreasePattern()

    cp.solve()