We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
python -m bids
1 parent bab04e4 commit c18810dCopy full SHA for c18810d
bids/__main__.py
@@ -0,0 +1,4 @@
1
+from .cli import cli
2
+
3
+if __name__ == '__main__':
4
+ cli()
0 commit comments