Skip to content

Commit c7581f0

Browse files
__init__ file added
1 parent 338a6e8 commit c7581f0

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

csv2vcf/__init__.py

+6
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)