8 lines
144 B
Python
8 lines
144 B
Python
def test_secrets():
|
|
try:
|
|
import crypto_seller.secrets_config
|
|
except ModuleNotFoundError:
|
|
raise
|
|
except:
|
|
pass
|