I think there is a import bug in Pulumi. ```from p...
# python
l
I think there is a import bug in Pulumi.
Copy code
from pxglb import *
pxglb is a file with classes I have built. This import is worked fine, until I have added to pxflb file a new class, a "ResourceProvider" class
b
when I was learning python, I've read that
import *
is bad idea... but as *@*scott said, can you use gist?