Added __builtns__ extender logc
This commit is contained in:
6
src/__builtins__.py
Normal file
6
src/__builtins__.py
Normal file
@@ -0,0 +1,6 @@
|
||||
class Builtins:
|
||||
def hello_world():
|
||||
print("Hello, world!")
|
||||
|
||||
|
||||
__builtins__.update({"hello_world": hello_world})
|
Reference in New Issue
Block a user