Post History
import* You can import some libraries and if you find yourself using: from lib import * Remove the space between import and *, because it works for whatever reason.
Answer
import* You can import some libraries and if you find yourself using: from lib import * Remove the space between import and *, because it works for whatever reason.