split apart common into separate files

This commit is contained in:
2023-05-08 20:45:38 -07:00
parent aa6125d8ad
commit 23106bca28
4 changed files with 984 additions and 829 deletions

View File

@@ -1,5 +1,4 @@
from common import *
from server import load_game_data
player1_id = shortuuid.uuid()
player2_id = shortuuid.uuid()
player1 = Player(player1_id, "Player 1")