mirror of
https://github.com/shlomif/PySolFC.git
synced 2025-04-05 00:02:29 -04:00
Fixed import order.
This commit is contained in:
parent
fa63e28f0b
commit
c50cfdd566
1 changed files with 1 additions and 1 deletions
|
@ -22,9 +22,9 @@
|
|||
# ---------------------------------------------------------------------------##
|
||||
from . import cribbage # noqa: F401
|
||||
from . import dashavatara # noqa: F401
|
||||
from . import hanoi # noqa: F401
|
||||
from . import hanafuda # noqa: F401
|
||||
from . import hanafuda1 # noqa: F401
|
||||
from . import hanoi # noqa: F401
|
||||
from . import hexadeck # noqa: F401
|
||||
from . import ishido # noqa: F401
|
||||
from . import larasgame # noqa: F401
|
||||
|
|
Loading…
Add table
Reference in a new issue