Red-GUI.py 文件源码

python
阅读 36 收藏 0 点赞 0 评论 0

项目:Red-GUI 作者: ScarletRav3n 项目源码 文件源码
def verify_requirements():
    sys.path_importer_cache = {}  # I don't know if the cache reset has any
    basic = find_spec("discord")  # side effect. Without it, the lib folder
    audio = find_spec("nacl")     # wouldn't be seen if it didn't exist
    if not basic:                 # when the launcher was started
        return None
    elif not audio:
        return False
    else:
        return True
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号