Up to IntroduceBlockChain in crypto

This commit is contained in:
Grant Sanderson
2017-06-30 15:41:45 -07:00
parent 2ee12e28d8
commit 5125339bd7
5 changed files with 908 additions and 31 deletions

View File

@ -12,6 +12,13 @@ from topics.geometry import Circle, Line, Rectangle, Square, \
Arc, Polygon, SurroundingRectangle
from topics.three_dimensions import Cube
class Lightbulb(SVGMobject):
CONFIG = {
"file_name" : "lightbulb",
"height" : 1,
"stroke_color" : YELLOW,
}
class BitcoinLogo(SVGMobject):
CONFIG = {
"file_name" : "Bitcoin_logo",