mirror of
https://github.com/liamcottle/reticulum-meshchat.git
synced 2026-04-27 16:10:32 +00:00
refactor backend folder
This commit is contained in:
parent
f472026951
commit
5e7754ead4
3 changed files with 2 additions and 2 deletions
|
|
@ -20,8 +20,8 @@ from peewee import SqliteDatabase
|
|||
from serial.tools import list_ports
|
||||
|
||||
import database
|
||||
from src.lxmf_message_fields import LxmfImageField, LxmfFileAttachmentsField, LxmfFileAttachment, LxmfAudioField
|
||||
from src.audio_call_manager import AudioCall, AudioCallManager
|
||||
from src.backend.lxmf_message_fields import LxmfImageField, LxmfFileAttachmentsField, LxmfFileAttachment, LxmfAudioField
|
||||
from src.backend.audio_call_manager import AudioCall, AudioCallManager
|
||||
|
||||
|
||||
# NOTE: this is required to be able to pack our app with cxfreeze as an exe, otherwise it can't access bundled assets
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue