mirror of
https://github.com/pocketpy/pocketpy
synced 2025-10-21 03:50:16 +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 |