Deepak bde80bf238
Some checks failed
gitea-physics/pysuperconductor/pipeline/head There was a failure building this commit
adds pytest options to toml
2020-11-22 15:29:13 -06:00

10 lines
166 B
Python

import logging
from pysuperconductor.meta import __version__
def get_version():
return __version__
logging.getLogger(__name__).addHandler(logging.NullHandler())