[refs #195] initial import of new interfaces module
This commit is contained in:
parent
7a712ca37c
commit
76788c0223
8
pylot/core/pick/compare.py
Normal file
8
pylot/core/pick/compare.py
Normal file
@ -0,0 +1,8 @@
|
||||
#!/usr/bin/env python
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
from pylot.core.util.pdf import ProbabilityDensityFunction
|
||||
from pylot.core.util.version import get_git_version as _getVersionString
|
||||
|
||||
__version__ = _getVersionString()
|
||||
__author__ = 'sebastianw'
|
Loading…
Reference in New Issue
Block a user