diff --git a/atst/ui.py b/atst/ui.py deleted file mode 100644 index 6926febb..00000000 --- a/atst/ui.py +++ /dev/null @@ -1,5 +0,0 @@ -class UI: - - def icon(name): - with open("../static/icons/%(name)s.svg") as svg: - return svg.read()