Duplicated from Niansuh/Test24
92def1a
1
2
3
4
5
6
7
8
9
10
11
# app/base_provider.py # Placeholder for base provider implementations # You can expand this based on your project's requirements class AsyncGeneratorProvider: pass class ProviderModelMixin: pass