mirror of
https://github.com/RafaelSolVargas/Vulkan.git
synced 2025-10-29 16:57:23 +00:00
8 lines
198 B
Python
8 lines
198 B
Python
from Music.VulkanInitializer import VulkanInitializer
|
|
|
|
|
|
if __name__ == '__main__':
|
|
initializer = VulkanInitializer(willListen=True)
|
|
vulkanBot = initializer.getBot()
|
|
vulkanBot.startBot()
|