mirror of
https://github.com/ammaraskar/pyCraft.git
synced 2024-11-25 03:35:29 +01:00
8 lines
177 B
Python
8 lines
177 B
Python
"""
|
|
A modern, Python3-compatible, well-documented library for communicating
|
|
with a MineCraft server.
|
|
"""
|
|
__version__ = "0.0.1"
|
|
MINECRAFT_VERSION = "1.8.3"
|
|
PROTOCOL_VERSION = 47
|