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 2022-12-30 15:10:19 -05:00
parent f3661a0aee
commit a438dc8861

View file

@ -28,9 +28,9 @@ from pysollib.layout import Layout
from pysollib.mygettext import _, n_
from pysollib.stack import AC_FoundationStack, \
AC_RowStack, \
BasicRowStack, \
BO_FoundationStack, \
BO_RowStack, \
BasicRowStack, \
DealReserveRedealTalonStack, \
DealRowRedealTalonStack, \
GroundsForADivorceTalonStack, \