This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import json | |
import redis | |
import serial | |
import sys | |
import time | |
from art import text2art | |
if len(sys.argv) == 1: | |
print("Please provide a numeric value for the first down") |