Split models

This commit is contained in:
Nyymix 2025-01-09 20:18:43 +02:00
parent ea92c2c788
commit 7a95a468d2
5 changed files with 69 additions and 55 deletions

View file

@ -0,0 +1,3 @@
from .album import *
from .location import *
from .photo import *