mirror of
https://github.com/3b1b/manim.git
synced 2025-08-05 16:49:03 +00:00
Tiny formatting changes to drawings.py
This commit is contained in:
parent
5dc6018df5
commit
5e7cbbdf24
1 changed files with 1 additions and 3 deletions
|
@ -1,4 +1,5 @@
|
||||||
import itertools as it
|
import itertools as it
|
||||||
|
import string
|
||||||
|
|
||||||
from manimlib.animation.animation import Animation
|
from manimlib.animation.animation import Animation
|
||||||
from manimlib.animation.rotation import Rotating
|
from manimlib.animation.rotation import Rotating
|
||||||
|
@ -832,10 +833,7 @@ class Logo(VMobject):
|
||||||
return blue_part, brown_part
|
return blue_part, brown_part
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# Cards
|
# Cards
|
||||||
|
|
||||||
|
|
||||||
class DeckOfCards(VGroup):
|
class DeckOfCards(VGroup):
|
||||||
def __init__(self, **kwargs):
|
def __init__(self, **kwargs):
|
||||||
possible_values = list(map(str, list(range(1, 11)))) + ["J", "Q", "K"]
|
possible_values = list(map(str, list(range(1, 11)))) + ["J", "Q", "K"]
|
||||||
|
|
Loading…
Add table
Reference in a new issue