Skip to content

Commit 4d761b7

Browse files
committed
Drop comments with file names
1 parent 3346443 commit 4d761b7

File tree

62 files changed

+0
-129
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

62 files changed

+0
-129
lines changed
Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# frontends/browser/__main__.py
2-
31
from .cli import main
42

53
main()

tic-tac-toe-ai-python/source_code_final/frontends/browser/cli.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# frontends/browser/cli.py
2-
31
import http.server
42
import socketserver
53
import threading

tic-tac-toe-ai-python/source_code_final/frontends/browser/players.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# frontends/browser/players.py
2-
31
from asyncio import Queue
42

53
from tic_tac_toe.game.players_async import AsyncPlayer

tic-tac-toe-ai-python/source_code_final/frontends/browser/renderers.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# frontends/browser/renderers.py
2-
31
from js import document
42
from tic_tac_toe.game.renderers import Renderer
53
from tic_tac_toe.logic.models import GameState

tic-tac-toe-ai-python/source_code_final/frontends/browser/script.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# frontends/browser/script.py
2-
31
from asyncio.queues import Queue
42

53
from js import document
Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# frontends/console/__main__.py
2-
31
from .cli import main
42

53
main()

tic-tac-toe-ai-python/source_code_final/frontends/console/args.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# frontends/console/args.py
2-
31
import argparse
42
from typing import NamedTuple
53

tic-tac-toe-ai-python/source_code_final/frontends/console/cli.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# frontends/console/cli.py
2-
31
from tic_tac_toe.game.engine import TicTacToe
42

53
from .args import parse_args

tic-tac-toe-ai-python/source_code_final/frontends/console/players.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# frontends/console/players.py
2-
31
import re
42

53
from tic_tac_toe.game.players import Player

tic-tac-toe-ai-python/source_code_final/frontends/console/renderers.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# frontends/console/renderers.py
2-
31
import textwrap
42
from typing import Iterable
53

0 commit comments

Comments
 (0)