3 lines
107 B
Python
3 lines
107 B
Python
from app.services.generative import financial, geometry, teap
|
|
|
|
__all__ = ["financial", "geometry", "teap"]
|