Skip to content

Commit 124d2a3

Browse files
authored
Merge pull request #1 from spapa013/main
initial PR
2 parents 3866c3b + dc0952b commit 124d2a3

File tree

8 files changed

+1157
-0
lines changed

8 files changed

+1157
-0
lines changed

LICENSE

Lines changed: 504 additions & 0 deletions
Large diffs are not rendered by default.

MANIFEST.in

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
include README.md
2+
include LICENSE
3+
include enty/version.py
4+
recursive-include enty *.py

enty/__init__.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
from .version import __version__
2+
from .entity import entity, Schema
3+
4+
__all__ = ["entity", "Schema"]

0 commit comments

Comments
 (0)