8 lines
149 B
Python
8 lines
149 B
Python
|
|
import platform, subprocess, urllib.parse, os, requests, asyncio, time
|
|
import GMCLCore
|
|
|
|
Core = GMCLCore.Core()
|
|
|
|
while True:
|
|
exec(input()) |