Skip to content

Commit 570956f

Browse files
init
Transfer from /diffgram namespace
1 parent f8e6918 commit 570956f

37 files changed

+3481
-0
lines changed

sdk/diffgram/__init__.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
__name__ = "diffgram"
2+
__version__ = "0.3.3"
3+
4+
from diffgram.core.core import Project
5+
from diffgram.file.file import File
6+
from diffgram.task.task import Task

sdk/diffgram/brain/__init__.py

Whitespace-only changes.

0 commit comments

Comments
 (0)