Inhalt

Aktueller Ordner: chessteg_modular/gui
⬅ Übergeordnet

init.py

"""
Chessteg GUI Module
GUI-Komponenten für das Chessteg Schachprogramm
"""

from .chess_board import ChessBoard
from .chess_gui import ChessGUI

__all__ = ['ChessBoard', 'ChessGUI']