made package

This commit is contained in:
randogoth 2023-05-28 22:02:51 +03:00
parent 2f0e6ae895
commit 0331bd7df7
4 changed files with 36 additions and 3 deletions

View file

@ -3,7 +3,7 @@
import sys
import select
import argparse
from RNode import RNodeInterface
from .RNode import RNodeInterface
def packetize(str):
utf8_bytes = str.encode('utf-8')