This repository has been archived on 2022-12-28. You can view files and clone it, but cannot push or open issues or pull requests.
gmclcore/Core/Test.py
2022-02-20 12:52:30 +08:00

8 lines
149 B
Python

import platform, subprocess, urllib.parse, os, requests, asyncio, time
import GMCLCore
Core = GMCLCore.Core()
while True:
exec(input())