232k views
5 votes
Say you find a module in a package that does a lot of awesomely useful things, but the name of it is module_that_does_many_awesomely_useful_things.py. You want to import and use the module, but you don't want to have to type that whole name out every time you call one of its functions! What should you do?

User Busola
by
6.6k points

1 Answer

3 votes

Answer:

IDRK rename it!

User Sancarn
by
7.6k points