2022-03-29 08:30:38 +00:00
|
|
|
# encoding: UTF-8
|
|
|
|
|
|
|
|
from objectmaphelper import *
|
|
|
|
|
2022-08-19 15:23:09 +00:00
|
|
|
#from scripts.global_names import *
|
|
|
|
from scripts.onboarding_names import *
|
|
|
|
|
2022-07-29 22:51:34 +00:00
|
|
|
from sections.chat_names import *
|
|
|
|
from sections.community_names import *
|
|
|
|
from sections.community_portal_names import *
|
2022-08-18 07:38:47 +00:00
|
|
|
from scripts.login_names import *
|
2022-08-15 21:01:12 +00:00
|
|
|
from sections.search_names import *
|
2022-07-29 22:51:34 +00:00
|
|
|
from sections.settings_names import *
|
2022-08-04 07:57:27 +00:00
|
|
|
from sections.wallet_names import *
|