mirror of
https://github.com/fromchat-messenger/web.git
synced 2026-09-22 19:15:08 +03:00
7 lines
151 B
Python
7 lines
151 B
Python
from constants import *
|
|
from db import *
|
|
from models import *
|
|
from validation import *
|
|
from utils import *
|
|
from dependencies import *
|
|
from app import * |