snu-quiqcl / qiwis

QuIqcl Widget Integration Software
MIT License
5 stars 2 forks source link

`parent` parameter order to the last #109

Closed kangz12345 closed 1 year ago

kangz12345 commented 1 year ago

I moved the parent parameter to the last parameter of constructors. Moreover, Bus and QueueConsumer didn't have the parent, so I added it. In addition, I changed to only using keyword argument passing for parent, i.e., __init__(arg1, ..., parent=parent).

This closes #98.