riskoptima 1.0.0__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
riskoptima/__init__.py ADDED
@@ -0,0 +1,12 @@
1
+ #!/usr/bin/env python3
2
+ # -*- coding: utf-8 -*-
3
+ #----------------------------------------------------------------------------
4
+ # Created By : Jordi Corbilla
5
+ # Created Date: 2023
6
+ # version ='0.7.0'
7
+ # ---------------------------------------------------------------------------
8
+
9
+ from tablepy_lib.consoleFormatter import markdown
10
+ from tablepy_lib.consoleFormatter import sql_insert
11
+ from tablepy_lib.consoleFormatter import formatter
12
+ from tablepy_lib.consoleFormatter import ConsoleFormatter