feat: get skeleton

This commit is contained in:
Swann
2019-07-23 21:24:02 +02:00
parent e16ef9d28f
commit 1d0009fd35
2 changed files with 9 additions and 6 deletions

View File

@ -13,8 +13,6 @@ from replication import ReplicatedDatablock, ReplicatedDataFactory
from replication_client import Client, Server
class SampleData():
def __init__(self, map={"sample": "data"}):
self.map = map