refactor: started replication integration

This commit is contained in:
Swann Martinez
2019-08-05 15:24:00 +02:00
parent 5e98b1f6ed
commit 716f462893
8 changed files with 14 additions and 686 deletions

View File

@ -14,12 +14,13 @@ from bpy_extras.io_utils import ExportHelper
import mathutils
from pathlib import Path
from . import environment, client, draw, helpers, ui
from . import environment, presence, ui
from .libs import umsgpack
from .libs.replication import client
logger = logging.getLogger(__name__)
# client_instance = None
cli = None
server = None
context = None