diff options
author | Peter Amstutz | 2020-04-06 11:16:32 -0400 |
---|---|---|
committer | Peter Amstutz | 2020-04-06 11:16:32 -0400 |
commit | bd8608e32072b6898342b32e3f146483b25a27d6 (patch) | |
tree | a42bd6ca5fd4f1a9b3054efc25d7298029b21bcf /bh20sequploader/main.py | |
download | bh20-seq-resource-bd8608e32072b6898342b32e3f146483b25a27d6.tar.gz bh20-seq-resource-bd8608e32072b6898342b32e3f146483b25a27d6.tar.lz bh20-seq-resource-bd8608e32072b6898342b32e3f146483b25a27d6.zip |
Start project
Diffstat (limited to 'bh20sequploader/main.py')
-rw-r--r-- | bh20sequploader/main.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bh20sequploader/main.py b/bh20sequploader/main.py new file mode 100644 index 0000000..e3095b2 --- /dev/null +++ b/bh20sequploader/main.py @@ -0,0 +1,2 @@ +def main(): + print("hello world") |