refactor models into files

This commit is contained in:
Tobias Brunner 2025-05-23 16:04:33 +02:00
parent c3d20fda7b
commit f5f4ec8ac9
No known key found for this signature in database
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 *