aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBobby <[email protected]>2022-08-30 18:13:03 -0400
committerBobby <[email protected]>2022-08-30 18:13:03 -0400
commitb2026facd54d94c2145c48eeaac779672b0d9e80 (patch)
tree3cd70e0fdff96ce26d009a75156ab752a84a2d74 /src
downloadedify-b2026facd54d94c2145c48eeaac779672b0d9e80.tar.xz
edify-b2026facd54d94c2145c48eeaac779672b0d9e80.zip
Add initial project skeleton.
Diffstat (limited to 'src')
-rw-r--r--src/edify/__init__.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/edify/__init__.py b/src/edify/__init__.py
new file mode 100644
index 0000000..b794fd4
--- /dev/null
+++ b/src/edify/__init__.py
@@ -0,0 +1 @@
+__version__ = '0.1.0'