~piotr-machura/python-miniprojects

ebd1c677a3a1f98c2a3bc36f9004c1cefcaaf62d — Piotr Machura 4 years ago 45b51da
Small change
2 files changed, 2 insertions(+), 2 deletions(-)

M collatz/main.py
M tictactoe/main.py
M collatz/main.py => collatz/main.py +1 -1
@@ 1,4 1,4 @@
"""This is the __main__ module."""
"""This is the `__main__` module."""
import sys
import os
from PyQt5 import QtWidgets, QtGui

M tictactoe/main.py => tictactoe/main.py +1 -1
@@ 1,4 1,4 @@
"""This is the __main__ module."""
"""This is the `__main__` module."""
import random
from game import print_board, input_position, check_win