mirror of
https://github.com/RafaelSolVargas/Vulkan.git
synced 2025-10-29 16:57:23 +00:00
9 lines
197 B
Python
9 lines
197 B
Python
from Tests.VDownloaderTests import VulkanDownloaderTest
|
|
from Tests.VSpotifyTests import VulkanSpotifyTest
|
|
|
|
|
|
tester = VulkanDownloaderTest()
|
|
# tester.run()
|
|
tester = VulkanSpotifyTest()
|
|
tester.run()
|