Fix imports

This commit is contained in:
2021-04-22 00:46:54 +00:00
parent d099ae6965
commit 38f3b0ed67
28 changed files with 167 additions and 169 deletions
+2 -2
View File
@@ -4,9 +4,9 @@ import json
import time
from minecraft.networking.packets import clientbound, serverbound
from protocol import packets
from mosfet.protocol import packets
import utils
from mosfet import utils
class DataManager:
def __init__(self, directory):