pygame-tetris/tetris_pygame_hatch/__init__.py
2024-01-19 16:39:03 +08:00

8 lines
174 B
Python

# SPDX-FileCopyrightText: 2023-present eval Nya <11857526-nexplorer-3e@users.noreply.gitlab.com>
#
# SPDX-License-Identifier: MIT
from .app import App
app = App()
app.run()