fix when compiling
This commit is contained in:
parent
9ebb1c2870
commit
9f5daabee5
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue