Source code for mesh
"""
This module gets the mesh's shader information (VAOs and textures)
"""
# Import application modules
from texture import Texture
from vao import VAO
"""
This module gets the mesh's shader information (VAOs and textures)
"""
# Import application modules
from texture import Texture
from vao import VAO