1
0
Fork 0
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:
Joe R 2024-01-26 22:31:57 -05:00
parent fa63e28f0b
commit c50cfdd566

View file

@ -22,9 +22,9 @@
# ---------------------------------------------------------------------------## # ---------------------------------------------------------------------------##
from . import cribbage # noqa: F401 from . import cribbage # noqa: F401
from . import dashavatara # noqa: F401 from . import dashavatara # noqa: F401
from . import hanoi # noqa: F401
from . import hanafuda # noqa: F401 from . import hanafuda # noqa: F401
from . import hanafuda1 # noqa: F401 from . import hanafuda1 # noqa: F401
from . import hanoi # noqa: F401
from . import hexadeck # noqa: F401 from . import hexadeck # noqa: F401
from . import ishido # noqa: F401 from . import ishido # noqa: F401
from . import larasgame # noqa: F401 from . import larasgame # noqa: F401