Skip to content

Commit a0ef2a2

Browse files
committed
Use Data Access Layer
1 parent 21ccae1 commit a0ef2a2

23 files changed

+1273
-12
lines changed

pyard/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ def init(
3636
cache_size: int = DEFAULT_CACHE_SIZE,
3737
config: dict = None,
3838
):
39-
from .ard_refactored import ARD
39+
from .ard_with_dal import ARD
4040

4141
ard = ARD(
4242
imgt_version=imgt_version,

0 commit comments

Comments
 (0)