Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
#!/usr/bin/python3
# -*- coding: utf-8 -*-

TEXT = '''
Stock Analysis System
'''


ABOUT = '''
Name: Stock Analysis System
Author: Sleepy
E-Mail: [email protected]
'''


VERSION = '1.0.0'


HISTORY = '''
'''