aboutsummaryrefslogtreecommitdiffstats
path: root/src/sketch.py
diff options
context:
space:
mode:
authorNao Pross <np@0hm.ch>2021-11-03 18:10:49 +0100
committerNao Pross <np@0hm.ch>2021-11-03 18:10:49 +0100
commit2769a7182e38cfb604db8accaf1efa32c48e94f3 (patch)
tree0536d7a2f93a034f4c70db62891bd227a7f5c7c0 /src/sketch.py
parentDelete demo.py and and comments to sketch.py (diff)
parentReplace QPKS bit visualizations with eye diagrams (diff)
downloadFading-2769a7182e38cfb604db8accaf1efa32c48e94f3.tar.gz
Fading-2769a7182e38cfb604db8accaf1efa32c48e94f3.zip
Merge branch 'master' of github.com:NaoPross/Fading
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()