This commit is contained in:
Andrew Croce 2018-07-17 14:42:10 -04:00
parent 0de6322801
commit 1904f07b7f

View File

@ -1,5 +0,0 @@
class UI:
def icon(name):
with open("../static/icons/%(name)s.svg") as svg:
return svg.read()