AI 移行 #38
@@ -0,0 +1,3 @@
|
||||
[submodule "nizika_ai"]
|
||||
path = nizika_ai
|
||||
url = https://git.miteruzo.com/miteruzo/nizika_ai
|
||||
サブモジュール
+1
サブモジュール nizika_ai が 3ca5f7c83f で追加されました
@@ -10,12 +10,14 @@ import cv2
|
||||
import ephem # type: ignore
|
||||
import pygame
|
||||
import pygame.gfxdraw
|
||||
import pytchat
|
||||
from cv2 import VideoCapture
|
||||
from ephem import Moon, Observer, Sun # type: ignore
|
||||
from pygame import Rect, Surface
|
||||
from pygame.font import Font
|
||||
from pygame.mixer import Sound
|
||||
from pygame.time import Clock
|
||||
from pytchat.core.pytchat import PytchatCore
|
||||
|
||||
from common_module import CommonModule
|
||||
|
||||
@@ -27,6 +29,8 @@ SYSTEM_FONT = pygame.font.SysFont ('notosanscjkjp', 24, bold = True)
|
||||
USER_FONT = pygame.font.SysFont ('notosanscjkjp', 32, italic = True)
|
||||
DEERJIKA_FONT = pygame.font.SysFont ('07nikumarufont', 50)
|
||||
|
||||
PYTCHAT = pytchat.create (os.environ['BROADCAST_CODE'])
|
||||
|
||||
|
||||
def main (
|
||||
) -> None:
|
||||
|
||||
新しい課題から参照
ユーザをブロックする