From 1904f07b7fea70945607d573987c50592ea670bf Mon Sep 17 00:00:00 2001 From: Andrew Croce Date: Tue, 17 Jul 2018 14:42:10 -0400 Subject: [PATCH] remove --- atst/ui.py | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 atst/ui.py 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()