AL-2020/venv/Lib/site-packages/pygame/tests/camera_test.py

10 lines
129 B
Python
Raw Normal View History

2020-05-15 17:25:01 +02:00
import unittest
import math
import pygame
from pygame.compat import long_
class CameraModuleTest(unittest.TestCase):
pass