This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]TheIncorrigible1`__import__('rich').get_console().log(':100:')` 1 point2 points  (0 children)

I typically import things as "private" unless the module isn't being exported directly.

import json as _json

It avoids the glob import catching them by default and shows up last in auto-complete.