refactor models into files

This commit is contained in:
Tobias Brunner 2025-05-23 16:04:33 +02:00
parent c3d20fda7b
commit f5f4ec8ac9
Signed by: tobru
SSH key fingerprint: SHA256:kOXg1R6c11XW3/Pt9dbLdQvOJGFAy+B2K6v6PtRWBGQ
8 changed files with 716 additions and 687 deletions

View file

@ -0,0 +1,6 @@
from .base import *
from .content import *
from .leads import *
from .pricing import *
from .providers import *
from .services import *