Some project cleanup

This commit is contained in:
Dane Johnson 2023-02-01 22:07:20 -06:00
parent a8578c02f1
commit 2be456964a
4 changed files with 3 additions and 6 deletions

View File

@ -1,3 +0,0 @@
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"

View File

@ -1,8 +1,8 @@
from flask import Flask, render_template, request
from flask import Flask, request
from flask_socketio import SocketIO, emit, join_room, rooms
from src.code import make_code
from src.game import Game
from venture.code import make_code
from venture.game import Game
games = {}