mirror of
https://github.com/pocketpy/pocketpy
synced 2025-10-20 11:30:18 +00:00
9 lines
89 B
Python
9 lines
89 B
Python
ok = True
|
|
|
|
from ...utils import r
|
|
|
|
def get_value():
|
|
return r.value
|
|
|
|
class A:
|
|
pass |