9d7cf7f
1
2
3
4
5
6
7
from src.server.bpy_server import run def main(): run() if __name__ == "__main__": main()