This repository has been archived on 2026-05-18. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
multipong/common.py

12 lines
147 B
Python
Raw Permalink Normal View History

import curses
import Queue
import argparse
import sys
import logging
import traceback
import json
import threading
FRAMERATE=1.0/60.0