mirror of
https://github.com/mwisnowski/mtg_python_deckbuilder.git
synced 2025-09-22 04:50:46 +02:00
8 lines
No EOL
149 B
Python
8 lines
No EOL
149 B
Python
"""Initialize the file_setup package."""
|
|
|
|
from .setup import setup, regenerate_csv_by_color
|
|
|
|
__all__ = [
|
|
'setup',
|
|
'regenerate_csv_by_color'
|
|
] |