pocketpy/tests/test2/a/g/__init__.py
blueloveTH 11f709b768 ...
2024-08-13 10:41:12 +08:00

9 lines
89 B
Python

ok = True
from ...utils import r
def get_value():
return r.value
class A:
pass