mocha-python/mocha/web/pages/HomeWebPage.py
2023-11-25 21:43:40 -05:00

10 lines
156 B
Python

from .BaseWebPage import BaseWebPage
class HomeWebPage(BaseWebPage):
def __init__(self):
BaseWebPage.__init__(self)
self.create_from_json({
})