This commit is contained in:
MeexReay 2024-12-15 23:55:15 +03:00
parent c07b46ff8f
commit 75eaf59c79
3 changed files with 9 additions and 8 deletions

View file

@ -1,5 +1,5 @@
from websockets.asyncio.server import serve, ServerConnection
import threading, random, sys, asyncio
from websockets.server import serve, ServerConnection
import random, sys, asyncio
class Block:
def __init__(self, x, y, block_type, color, collides):