Files
DeepStock/stock/util/LabelMaker.py
dsyoon 8d1c4ae041 init
2022-08-02 13:10:37 +09:00

8 lines
130 B
Python

import sqlite3
class LabelMaker:
def __init__(self):
return
if __name__ == "__main__":
labelMaker = LabelMaker()