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