init
This commit is contained in:
8
stock/util/LabelMaker.py
Normal file
8
stock/util/LabelMaker.py
Normal file
@@ -0,0 +1,8 @@
|
||||
import sqlite3
|
||||
|
||||
class LabelMaker:
|
||||
def __init__(self):
|
||||
return
|
||||
|
||||
if __name__ == "__main__":
|
||||
labelMaker = LabelMaker()
|
||||
Reference in New Issue
Block a user