reactpy
reactpy copied to clipboard
Make util modules private
utils modules should be made private (e.g. _utils). There are some modules with the utils name that should be renamed to something like tools to indicate they are public.
I don't think this is necessary.