Closed podhmo closed 3 years ago
from #98
Also would you consider exposing version in module's root ? It is quite common to be able to do this: from swagger_marshmallow_codegen import __version__ print(__version__) # Shows "0.6.3")
Also would you consider exposing version in module's root ? It is quite common to be able to do this:
from swagger_marshmallow_codegen import __version__ print(__version__) # Shows "0.6.3")
from #98