plyer icon indicating copy to clipboard operation
plyer copied to clipboard

Update import usage to comply with correct function signature

Open gunaNeelamegam opened this issue 9 months ago • 1 comments

gunaNeelamegam avatar May 04 '24 07:05 gunaNeelamegam

TODO:

mod = __import__(module, fromlist = ".")

AS

mod = __import__(module, fromlist = ["."])

gunaNeelamegam avatar May 04 '24 07:05 gunaNeelamegam