setta 0.0.3.dev2__py3-none-any.whl → 0.0.3.dev3__py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
- setta/__init__.py +1 -1
- setta/cli/__init__.py +1 -1
- setta/static/frontend/assets/{index-e133a6dc.js → index-73adf0a9.js} +72 -72
- setta/static/frontend/index.html +1 -1
- {setta-0.0.3.dev2.dist-info → setta-0.0.3.dev3.dist-info}/METADATA +1 -1
- {setta-0.0.3.dev2.dist-info → setta-0.0.3.dev3.dist-info}/RECORD +10 -10
- {setta-0.0.3.dev2.dist-info → setta-0.0.3.dev3.dist-info}/LICENSE +0 -0
- {setta-0.0.3.dev2.dist-info → setta-0.0.3.dev3.dist-info}/WHEEL +0 -0
- {setta-0.0.3.dev2.dist-info → setta-0.0.3.dev3.dist-info}/entry_points.txt +0 -0
- {setta-0.0.3.dev2.dist-info → setta-0.0.3.dev3.dist-info}/top_level.txt +0 -0
setta/__init__.py
CHANGED
@@ -1 +1 @@
|
|
1
|
-
__version__ = "0.0.3.
|
1
|
+
__version__ = "0.0.3.dev3"
|
setta/cli/__init__.py
CHANGED
@@ -1 +1 @@
|
|
1
|
-
from .logger import Setta
|
1
|
+
from .logger import Setta, SettaList, SettaImg
|