added custom_imports.py for builder functionality, when it will appear

This commit is contained in:
BarsTiger
2022-05-18 21:26:37 +03:00
parent 58dc8e1a5b
commit e4198f4fa0
2 changed files with 4 additions and 0 deletions

0
client/custom_imports.py Normal file
View File

View File

@@ -9,6 +9,10 @@ import os
sys.path.append('daun/modules')
import daun.modules as daun # needed to use daun functionality from admin
from modules.selfutil import daunrat # needed to use self utility functions
try:
from custom_imports import *
except ImportError:
pass
client_id = str()