Introduced authenticator

This commit is contained in:
Vitalii Lebedynskyi
2022-08-08 12:51:11 +03:00
parent 71079428d9
commit a84e8abc14
8 changed files with 53 additions and 27 deletions

0
analyser/__init__.py Normal file
View File

0
analyser/analyser.py Normal file
View File

3
analyser/chat.py Normal file
View File

@@ -0,0 +1,3 @@
class ChatAnalyser:
def __init__(self, streamer_name, ):
pass