7 lines
138 B
Python
7 lines
138 B
Python
"""
|
|
Shared utilities for data generation scripts.
|
|
Provides common constants, generators, and helper functions.
|
|
"""
|
|
|
|
__version__ = "1.0.0"
|