mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-23 21:11:55 +00:00
683bdb2da4
split wallet secction into multiple files
12 lines
318 B
Python
12 lines
318 B
Python
# encoding: UTF-8
|
|
|
|
from objectmaphelper import *
|
|
|
|
from sections.chat_names import *
|
|
from sections.community_names import *
|
|
from sections.community_portal_names import *
|
|
from sections.login_names import *
|
|
from sections.onboarding_names import *
|
|
from sections.settings_names import *
|
|
from sections.wallet_names import *
|