mirror of
https://github.com/mwisnowski/mtg_python_deckbuilder.git
synced 2025-12-16 15:40:12 +01:00
8 lines
No EOL
175 B
Python
8 lines
No EOL
175 B
Python
"""Initialize the file_setup package."""
|
|
|
|
from .setup import initial_setup, regenerate_processed_parquet
|
|
|
|
__all__ = [
|
|
'initial_setup',
|
|
'regenerate_processed_parquet'
|
|
] |