I saw a line in the python code I downloaded:
from sth.all import *
What does this .all mean? I cannot find any answer related to this.
I saw a line in the python code I downloaded:
from sth.all import *
What does this .all mean? I cannot find any answer related to this.
Sounds like all is the name of the module. As in they have a file called all.py in the folder sth