What does the @ symbol mean in Python?
📁 вопрос
I've seen in different programs the @ symbol is used followed by some word without spaces. What could this mean?
I'm looking at your scheme and I see that your handler itself is in the same package, so the question is why bother when you can just write the file name??
actually I saw this
mod=__import__(""attr"")where attr is the file name attr.py
Log in to leave an answer