fix import

This commit is contained in:
poka 2020-11-17 03:15:43 +01:00
parent ae505598a8
commit 30ad8b08e6
1 changed files with 3 additions and 1 deletions

View File

@ -1,7 +1,9 @@
#!/usr/bin/env python3
from tkinter import *
from pay import *
sys.path.insert(1, 'libs')
from paylib import *
window = Tk()