minecraftd/venv/lib/python3.11/site-packages/websockets/__main__.py

5 lines
62 B
Python

from .cli import main
if __name__ == "__main__":
main()