Hi,
Thanks for the excellent and easily understandable code.
I could easily use your code but I have some issues understanding the use of "Adapter" and in which library it exists.
I couldn't find which library it is from.
self.adapter = Adapter(size, 8) if use_adapter else None
Hi, Thanks for the excellent and easily understandable code. I could easily use your code but I have some issues understanding the use of "Adapter" and in which library it exists. I couldn't find which library it is from. self.adapter = Adapter(size, 8) if use_adapter else None
Thanks in advance.