Skip to content

Commit 966035b

Browse files
committed
Code refactor
1 parent 2c4ca60 commit 966035b

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+464
-625
lines changed

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
.DS_STORE
2+
__pycache__/
3+
dist/
4+
PriceIndices.egg-info/
5+
bist/

PriceIndices.egg-info/PKG-INFO

Lines changed: 0 additions & 237 deletions
This file was deleted.

PriceIndices.egg-info/SOURCES.txt

Lines changed: 0 additions & 11 deletions
This file was deleted.

PriceIndices.egg-info/dependency_links.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

PriceIndices.egg-info/requires.txt

Lines changed: 0 additions & 4 deletions
This file was deleted.

PriceIndices.egg-info/top_level.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

PriceIndices/__init__.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,2 @@
11
from .crypto_history import MarketHistory
22
from .price_indicators import Indices
3-
4-
5-
6-
7-
8-
-243 Bytes
Binary file not shown.
-2.77 KB
Binary file not shown.
-11.1 KB
Binary file not shown.

0 commit comments

Comments
 (0)