mirror of
https://github.com/onestardao/WFGY.git
synced 2026-05-05 15:30:28 +00:00
8 lines
208 B
Python
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}")
|