some upd
This commit is contained in:
parent
c07b46ff8f
commit
75eaf59c79
3 changed files with 9 additions and 8 deletions
|
@ -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):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue