Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
ma-xu
/
LIVE
like
2
Runtime error
App
Files
Files
Community
2
977c95f
LIVE
/
pybind11
/
tests
/
test_embed
/
test_interpreter.py
Xu Ma
update
1c3c0d9
over 2 years ago
raw
Copy download link
history
blame
Safe
219 Bytes
# -*- coding: utf-8 -*-
from
widget_module
import
Widget
class
DerivedWidget
(
Widget
):
def
__init__
(
self, message
):
super
(DerivedWidget, self).__init__(message)
def
the_answer
(
self
):
return
42