fix when compiling

This commit is contained in:
əlemi 2021-11-10 18:57:58 +01:00
parent 9ebb1c2870
commit 9f5daabee5

View file

@ -1,5 +1,5 @@
"""aiocraft is an asyncio-driven headless minecraft client""" """aiocraft is an asyncio-driven headless minecraft client"""
from .client import Client # from .client import Client
from .mc import * from .mc import *
__version__ = "0.0.1" __version__ = "0.0.1"