narcolepticchicken commited on
Commit
e6f5e9b
·
verified ·
1 Parent(s): dafb79c

Upload aco/datasets/__init__.py

Browse files
Files changed (1) hide show
  1. aco/datasets/__init__.py +4 -0
aco/datasets/__init__.py ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ """Datasets module for Agent Cost Optimizer."""
2
+ from .synthetic_traces import SyntheticTraceGenerator
3
+
4
+ __all__ = ["SyntheticTraceGenerator"]