1
0
Fork 0
mirror of https://github.com/shlomif/PySolFC.git synced 2025-04-05 00:02:29 -04:00

extract more code to pysol_cards

This commit is contained in:
Shlomi Fish 2020-05-25 14:51:49 +03:00
parent 7914c6e805
commit 88cdccea5b

View file

@ -26,7 +26,7 @@
import re
import pysol_cards
assert getattr(pysol_cards, 'VERSION', (0, 0, 0)) >= (0, 8, 14), (
assert getattr(pysol_cards, 'VERSION', (0, 0, 0)) >= (0, 8, 15), (
"Newer version of https://pypi.org/project/pysol-cards is required.")
import pysol_cards.random # noqa: I100
import pysol_cards.random_base # noqa: I100