pyCraft/minecraft/__init__.py
2015-04-01 17:38:14 +02:00

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