Niansuh commited on
Commit
57f63b8
·
verified ·
1 Parent(s): 74ec9a1

Delete base_provider.py

Browse files
Files changed (1) hide show
  1. base_provider.py +0 -10
base_provider.py DELETED
@@ -1,10 +0,0 @@
1
- # app/base_provider.py
2
-
3
- # Placeholder for base provider implementations
4
- # You can expand this based on your project's requirements
5
-
6
- class AsyncGeneratorProvider:
7
- pass
8
-
9
- class ProviderModelMixin:
10
- pass