Some project cleanup
This commit is contained in:
parent
a8578c02f1
commit
2be456964a
@ -1,3 +0,0 @@
|
||||
[build-system]
|
||||
requires = ["hatchling"]
|
||||
build-backend = "hatchling.build"
|
@ -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 = {}
|
||||
|
Loading…
Reference in New Issue
Block a user