WFGY/wfgy_sdk/initializer.py
2025-09-27 16:11:46 +08:00

9 lines
210 B
Python

# wfgy_sdk/initializer.py
import os
from .utils import DATA_DIR
def initialize():
print("No download required.")
print(f"All demo data is already included in the repository at: {DATA_DIR}")