Add forgotten import

This commit is contained in:
Abdulkadir Furkan Şanlı 2019-01-17 18:31:22 +01:00
parent 623f87ad48
commit 4f863ab71d
No known key found for this signature in database
GPG Key ID: 7823BD18E6F95D73

View File

@ -17,6 +17,7 @@
import sqlite3
import time
from os import name
from sys import exit
# Windows has standard library getch, use that.
if name == "nt":