setup now functional
This commit is contained in:
9
bam_cli.py
Executable file
9
bam_cli.py
Executable file
@@ -0,0 +1,9 @@
|
||||
#!/usr/bin/env python3
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
import sys
|
||||
|
||||
if __name__ == '__main__':
|
||||
from bam.cli import main
|
||||
sys.exit(main(sys.argv[1:]))
|
||||
|
Reference in New Issue
Block a user