You've already forked DataMate
5 lines
99 B
Python
5 lines
99 B
Python
# app/models/__init__.py
|
|
|
|
from .dataset_mapping import DatasetMapping
|
|
|
|
__all__ = ["DatasetMapping"] |