This commit is contained in:
dsyoon
2022-08-02 13:10:37 +09:00
parent b94f2ff01a
commit 8d1c4ae041
2 changed files with 25 additions and 8 deletions

8
stock/util/LabelMaker.py Normal file
View File

@@ -0,0 +1,8 @@
import sqlite3
class LabelMaker:
def __init__(self):
return
if __name__ == "__main__":
labelMaker = LabelMaker()