WindMessAnlage/Display/.venv/lib/python3.7/site-packages/pygame/tests/camera_test.py

10 lines
129 B
Python
Raw Normal View History

2021-03-16 12:35:01 +00:00
import unittest
import math
import pygame
from pygame.compat import long_
class CameraModuleTest(unittest.TestCase):
pass