Split views & remove converters

This commit is contained in:
Nyymix 2025-04-26 02:44:21 +03:00
parent a3264db994
commit 52dc390781
7 changed files with 281 additions and 266 deletions

View file

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