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

18 lines
291 B
Python
Raw Normal View History

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