When i run 'py -m mc.net.minecraft.Minecraft' it return a error saying
Traceback (most recent call last):
File "", line 198, in _run_module_as_main
File "", line 88, in _run_code
File "C:\Users\User\OneDrive\Desktop\minecraft-python\mc\net\minecraft\client\Minecraft.py", line 29, in
from mc.net.minecraft.client.Timer import Timer
File "C:\Users\User\OneDrive\Desktop\minecraft-python\mc\net\minecraft\client\Timer.py", line 1, in
from mc.JavaUtils import getMillis
ModuleNotFoundError: No module named 'mc.JavaUtils'
Please fix the error.