Total Complexity | 0 |
Total Lines | 6 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | class Proxy: |
||
2 | # TODO: Build a proxy that can load hydrate itself when accessed |
||
3 | # TODO: Register models for relations to exist without needing to have separate instances |
||
4 | # TODO: Use register to hydrate all models of the same type simultaneously |
||
5 | pass |
||
6 |