Current Path : /home/numerotech/admin.aios-scientificcommittee.org/AIOS_Admin_app/core/library/ |
Current File : //home/numerotech/admin.aios-scientificcommittee.org/AIOS_Admin_app/core/library/appMessage.py |
from core import app class AppMessage: GENERAL_ERROR = "Some thing went wrong while processing your request. Please try after sometime or get in touch with system administrator." app.jinja_env.globals.update(AppMessage=AppMessage)