Skip to content

Commit

Permalink
Expose pg.colored and pg.decolor from the root module.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 713385689
  • Loading branch information
daiyip authored and pyglove authors committed Jan 8, 2025
1 parent 23ca0c2 commit faca119
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyglove/core/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -302,6 +302,9 @@
catch_errors = utils.catch_errors
timeit = utils.timeit

colored = utils.colored
decolor = utils.decolor

# Symbols from 'views' sub-module.

from pyglove.core import views
Expand Down

0 comments on commit faca119

Please sign in to comment.