Skip to content

Commit

Permalink
Merge branch 'enh' of github.com:VincentAuriau/pyalapin into enh
Browse files Browse the repository at this point in the history
  • Loading branch information
VincentAuriau committed Nov 4, 2023
2 parents c5093fe + 62b3476 commit 31f527e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyalapin/engine/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
from .engine import ChessGame
from .engine import ChessGame
2 changes: 1 addition & 1 deletion pyalapin/interface/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
from .interface import ChessApp, BoardInterface
from .interface import ChessApp, BoardInterface
1 change: 1 addition & 0 deletions run_app.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
from pyalapin.interface import ChessApp

# import pyalapin.interface as interface

if __name__ == "__main__":
Expand Down

0 comments on commit 31f527e

Please sign in to comment.