Difficult-Rocket/Difficult_Rocket/utils/cprint/pycprint.pyi

11 lines
280 B
Python
Raw Normal View History

2022-07-07 18:28:29 +08:00
# -------------------------------
# Difficult Rocket
# Copyright © 2021-2022 by shenjackyuanjie 3695888@qq.com
# All rights reserved
# -------------------------------
def print(text: str) -> None: ... # 直接调用fprint
2022-07-09 11:57:00 +08:00
2022-09-04 13:53:09 +08:00
2022-07-09 11:57:00 +08:00
def printf(text: str) -> None: ... # 测试中