Import new HTML class

This commit is contained in:
Scoder12
2020-07-28 12:05:52 -07:00
parent 4395f30290
commit b27e2b8354
+1 -1
View File
@@ -6,7 +6,7 @@ from werkzeug.local import LocalProxy
from . import html
from .app import App
from .html import Page, Paragraph
from .html import HTMLElement, Paragraph, Link, Page
from .utils import sign_in_snippet, signin
from ..database import db