pyCraft/minecraft/compat.py

7 lines
178 B
Python

"""
This module stores code used for making pyCraft compatible with
both Python2 and Python3 while using the same codebase.
"""
# Currently empty, this is sure to grow in time.