1
0
crypto-seller/test/test_secrets.py

8 lines
144 B
Python
Raw Normal View History

2024-08-26 08:05:35 +00:00
def test_secrets():
try:
import crypto_seller.secrets_config
except ModuleNotFoundError:
raise
except:
pass