Skip to content

Commit

Permalink
Merge pull request #560 from bGrass/merge_bids_validator_common
Browse files Browse the repository at this point in the history
Merge bids-validator-common into bids-validator
  • Loading branch information
nellh authored Sep 14, 2018
2 parents 13b925f + b3d9e68 commit cff50f9
Show file tree
Hide file tree
Showing 16 changed files with 3,107 additions and 0 deletions.
6 changes: 6 additions & 0 deletions bids_validator/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
"""BIDS validator common Python package."""
from ._version import get_versions
from .bids_validator import BIDSValidator
__version__ = get_versions()['version']
__all__ = ['BIDSValidator']
del get_versions
Loading

0 comments on commit cff50f9

Please sign in to comment.