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

8 lines
149 B
Python
Raw Normal View History

2022-01-26 16:36:44 +00:00
2022-02-06 18:23:53 +00:00
import platform, subprocess, urllib.parse, os, requests, asyncio, time
2022-01-26 16:36:44 +00:00
import GMCLCore
2022-02-06 18:23:53 +00:00
Core = GMCLCore.Core()
while True:
exec(input())