Skip to content
Snippets Groups Projects
Commit 2e1cf7a6 authored by Taddeüs Kroes's avatar Taddeüs Kroes
Browse files

Removed some unused imports.

parent 36348281
No related branches found
No related tags found
No related merge requests found
#!/usr/bin/env python
from __future__ import division
import pygame
import sys
import time
from threading import Thread
from math import degrees, cos, sin
from math import degrees
from src.server import GestureServer
from src.window import FullscreenWindow
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment