Some checks failed
gitea-physics/pysuperconductor/pipeline/head There was a failure building this commit
10 lines
166 B
Python
10 lines
166 B
Python
import logging
|
|
from pysuperconductor.meta import __version__
|
|
|
|
|
|
def get_version():
|
|
return __version__
|
|
|
|
|
|
logging.getLogger(__name__).addHandler(logging.NullHandler())
|