Adding in training of dual model recognition system.

This commit is contained in:
Lucas Oskorep
2021-03-05 16:18:12 -06:00
parent 9822ace85a
commit 90f6b16731
7 changed files with 92 additions and 6 deletions
+6 -2
View File
@@ -1,8 +1,12 @@
from kanowandasync import Shop, Wand
from kanowandasync.constants import *
# from kanowandasync import Shop, Wand
# from kanowandasync.constants import *
import asyncio
# Custom wand class extending the default wand
from kanowandasync import Shop, PATTERN, Wand
class MyWand(Wand):
def __init__(self, *args, **kwargs):
super().__init__(*args, **kwargs)