You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pybigtools can feels a bit alien as a python module
would be nice to have access to things like __version__, __path__ etc etc - e.g. import pybigtools as pybig; print(pybig.__version__)
The text was updated successfully, but these errors were encountered:
pybigtools can feels a bit alien as a python module
would be nice to have access to things like
__version__
,__path__
etc etc - e.g.import pybigtools as pybig; print(pybig.__version__)
The text was updated successfully, but these errors were encountered: