2022-06-02 12:07:24 +08:00

7 lines
85 B
Python

import imp
from PikaObj import *
class cJSON(TinyObj):
def __init__(self): ...