WFGY/wfgy_sdk/initializer.py
2025-06-07 20:53:51 +08:00

8 lines
208 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}")