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