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/Blank_page.py

9 lines
111 B
Python
Raw Normal View History

from Tags import Html
class Blank_page( Html ):
def __init__( self ):
Html.__init__(
self,
)