diff options
| author | Bobby <[email protected]> | 2022-08-30 19:20:10 -0400 |
|---|---|---|
| committer | Bobby <[email protected]> | 2022-08-30 19:20:10 -0400 |
| commit | 2c5d5dfade03218aa8781c145114d700e93a3739 (patch) | |
| tree | f6d6d2b1c07a86bb470e2f5336298303d414f408 /src | |
| parent | e0a82508dd9042b55a1a373382c81e5b3b0529e7 (diff) | |
| download | edify-2c5d5dfade03218aa8781c145114d700e93a3739.tar.xz edify-2c5d5dfade03218aa8781c145114d700e93a3739.zip | |
Remove declarations from __init__.py
Diffstat (limited to 'src')
| -rw-r--r-- | src/edify/__init__.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/edify/__init__.py b/src/edify/__init__.py index b437f6b..b794fd4 100644 --- a/src/edify/__init__.py +++ b/src/edify/__init__.py @@ -1,2 +1 @@ __version__ = '0.1.0' -from .main import * |
