diff --git a/historyPrice.py b/historyPrice.py new file mode 100644 index 0000000..89d9680 --- /dev/null +++ b/historyPrice.py @@ -0,0 +1,26 @@ +# -*- coding: utf-8 -*- + +import settings +import downloader + +''' +class historyPriceItem: + def __init__(self, url, ): + +''' + + + + + + + +if __name__ == '__main__': + pass + + + + + + +