Skip to content

Commit

Permalink
Merge pull request #62 from easy-model-fusion/develop
Browse files Browse the repository at this point in the history
New structure to match with modules/imports (#61)
  • Loading branch information
SchawnnDev authored Mar 3, 2024
2 parents 970ffde + 08d74a0 commit 03a56b3
Show file tree
Hide file tree
Showing 19 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[![codecov](https://codecov.io/gh/easy-model-fusion/sdk/graph/badge.svg?token=Q7AHI677S8)](https://codecov.io/gh/easy-model-fusion/sdk)

# toolkit
# EMF SDK
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import argparse
from demo import DemoTextConv, DemoTxtToImg
from sdk.demo import DemoTextConv, DemoTxtToImg


if __name__ == '__main__':
Expand Down
3 changes: 2 additions & 1 deletion __init__.py → sdk/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
from sdk.options import *
from sdk.models import *
from sdk.generated_models import *
from sdk.downloader import *
from sdk.demo import *
from sdk.generated_models import *
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 03a56b3

Please sign in to comment.