daveshm
Results
1
issues of
daveshm
### Environment * DiffSync version: 2.1 ### Proposed Functionality Do not allow `top_level` models to be a child of another subclass. For example, when: ``` class Site(DiffSyncModel): _modelname = "site"...