Browse Source

宣言の整理

othello
みてるぞ 5 months ago
parent
commit
5fe3be91af
3 changed files with 15 additions and 12 deletions
  1. +1
    -1
      aques.py
  2. +12
    -10
      main.py
  3. +2
    -1
      talk.py

+ 1
- 1
aques.py View File

@@ -1,5 +1,5 @@
from ctypes import *
import subprocess
from ctypes import *


class Aques:


+ 12
- 10
main.py View File

@@ -1,18 +1,20 @@
import pygame
from pygame.locals import *
import sys
import pytchat
import time
import json
import random
from talk import Talk
import subprocess
from aques import Aques
import sys
import time
from datetime import datetime

import emoji
import pygame
import pytchat
from playsound import playsound
from pygame.locals import *

from aques import Aques
from common_module import CommonModule
from talk import Talk
from youtube import *
from datetime import datetime
import json
import emoji


class Main:


+ 2
- 1
talk.py View File

@@ -1,7 +1,8 @@
import sys
from datetime import datetime

import openai
from openai.types import *
from datetime import datetime

from connection import *



Loading…
Cancel
Save