8 lines
170 B
Python
8 lines
170 B
Python
|
|
||
|
def test_module_init():
|
||
|
import crypto_tax.__main__
|
||
|
import crypto_tax.data
|
||
|
import crypto_tax.output_excel
|
||
|
import crypto_tax.secrets
|
||
|
import crypto_tax
|