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.
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.