We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 338a6e8 commit c7581f0Copy full SHA for c7581f0
csv2vcf/__init__.py
@@ -0,0 +1,6 @@
1
+# -*- coding: utf-8 -*-
2
+import time
3
+from .VCF import *
4
+from tkinter.filedialog import askopenfilename
5
+from tkinter import *
6
+import os
0 commit comments