aboutsummaryrefslogtreecommitdiffstats
path: root/src/sketch.py
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xsrc/sketch.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/sketch.py b/src/sketch.py
index 8118c5f..9d65a87 100755
--- a/src/sketch.py
+++ b/src/sketch.py
@@ -3,6 +3,8 @@
from dearpygui.dearpygui import *
from dearpygui.demo import show_demo
+import qpks
+
# Create GL context and initialize DearPyGUI
create_context()
create_viewport()