Skip to content

Commit

Permalink
fix merge
Browse files Browse the repository at this point in the history
  • Loading branch information
Viicos committed Sep 22, 2023
1 parent ad7043f commit 1da1b99
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions manim/utils/color/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,7 @@
from . import AS2700, BS381, X11, XKCD
from .core import *
from .manim_colors import *

_all_color_dict: Dict[str, ManimColor] = {
k: v for k, v in globals().items() if isinstance(v, ManimColor)
}

0 comments on commit 1da1b99

Please sign in to comment.