aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBobby <[email protected]>2022-08-30 18:42:52 -0400
committerBobby <[email protected]>2022-08-30 18:42:52 -0400
commitd1c69698c7aa90b901e7c215c91de2a9874bbc27 (patch)
tree2f7fd84abf4129ccd4610be6bed454d4e6dd98e3 /src
parent2569f9e06c5a121b534420bea92816c7278256e3 (diff)
downloadedify-d1c69698c7aa90b901e7c215c91de2a9874bbc27.tar.xz
edify-d1c69698c7aa90b901e7c215c91de2a9874bbc27.zip
Fixing Tests
Diffstat (limited to 'src')
-rw-r--r--src/edify/__main__.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/edify/__main__.py b/src/edify/__main__.py
index 3976818..b6f5783 100644
--- a/src/edify/__main__.py
+++ b/src/edify/__main__.py
@@ -3,5 +3,6 @@
def main():
pass
+
if __name__ == '__main__':
main()