Describe the bug
having a - inside a definition's name results in an invalid python module name.
Expected behavior
Replace - in names with _.
@FlorianLudwig
Thank you for creating an issue.
I will fix a bug.
@FlorianLudwig
I have released a fixed version as 0.5.0
The version converts a module name including - to the snake case name.
Would you please check the version?
@koxudaxi thanks! works as expected.
Most helpful comment
@koxudaxi thanks! works as expected.