0
What is the right way of importing something? PYTHON
import something or from something import *
1 Answer
+ 8
David Nill ,
you can find everything you need to know about *importing modules in python* there:
https://realpython.com/python-import/
import something or from something import *