Minecraft-bridge/main.py

8 lines
155 B
Python
Raw Normal View History

2023-10-01 14:41:00 +00:00
import src.mc_wrapper as mc_wrapper
import src.mxclient as matrix_client
import asyncio
# Start the Minecraft process
asyncio.run(matrix_client.start())