Duplicated from VAST-AI/SkinTokens
efd4665
1
2
3
4
5
6
7
from src.server.bpy_server import run def main(): run() if __name__ == "__main__": main()