You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
import sdl2 |
|
print("SDL2 imported") |
|
import sdl2.ext |
|
print("SDL2.ext imported") |
|
import PIL |
|
print("Pillow imported") |
|
import numpy |
|
print("Numpy imported") |
|
import yaml |
|
print("Yaml imported")
|
|
|