Tetris/src/ai/__init__.py
2024-01-10 03:36:36 +02:00

4 lines
39 B
Python

from .ai import run
__all__ = ["run"]