mirror of
https://github.com/3b1b/manim.git
synced 2025-07-28 12:32:36 +08:00
Tiny formatting changes to drawings.py
This commit is contained in:
@ -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"]
|
||||||
|
Reference in New Issue
Block a user