SZI2019SmieciarzWmi/env/lib/python3.7/site-packages/pygame/tests/camera_test.py
2019-04-01 14:10:14 +02:00

10 lines
129 B
Python

import unittest
import math
import pygame
from pygame.compat import long_
class CameraModuleTest(unittest.TestCase):
pass