diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..b28b04f --- /dev/null +++ b/requirements.txt @@ -0,0 +1,3 @@ + + + diff --git a/test/test_init.py b/test/test_init.py new file mode 100644 index 0000000..b63ac5b --- /dev/null +++ b/test/test_init.py @@ -0,0 +1,7 @@ + +def test_module_init(): + import crypto_tax.__main__ + import crypto_tax.data + import crypto_tax.output_excel + import crypto_tax.secrets + import crypto_tax