1
0
This commit is contained in:
Jon Michael Aanes 2024-06-02 16:14:17 +02:00
parent 58b5a204f4
commit a4be3e49ed
Signed by: Jmaa
SSH Key Fingerprint: SHA256:Ab0GfHGCblESJx7JRE4fj4bFy/KRpeLhi41y4pF3sNA
2 changed files with 6 additions and 2 deletions

View File

@ -1 +1,4 @@
# TODO
__all__ = ['defi_kraken', 'defi_kucoin']
from . import defi_kraken
from . import defi_kucoin

View File

@ -2,4 +2,5 @@ import pytest
import fin_depo
# TODO
def test_nothing():
pass