deca icon indicating copy to clipboard operation
deca copied to clipboard

Breaking change in dependency `zugbruecke`

Open s-m-e opened this issue 2 years ago • 0 comments

Hey, the author of zugbruecke here. The packages just saw a major update.

As of v0.1.0 of zugbruecke, this line in your package needs to be changed from ...

import zugbruecke as ctypes

... to ...

import zugbruecke.ctypes as ctypes

s-m-e avatar Sep 11 '22 20:09 s-m-e