-
Notifications
You must be signed in to change notification settings - Fork 13
Default to set_quiet #9
Copy link
Copy link
Open
Labels
Description
I find myself calling timebudget.set_quiet() basically every time I use timebudget. So I'm planning to make this the default. This would be a breaking change, but we could make the old behavior possible with just a change to the import like
from timebudget.immediate import timebudget
Reactions are currently unavailable