witten
/
luminotes
Archived
1
0
Fork 0
This repository has been archived on 2023-12-16. You can view files and clone it, but cannot push or open issues or pull requests.
luminotes/view/Link_area.py

15 lines
229 B
Python

from Tags import Div, H3, A
class Link_area( Div ):
def __init__( self, notebook_id ):
Div.__init__(
self,
Div(
id = u"notebook_name",
),
Div(
id = u"notebook_area",
),
)