blob: 5ca4d1e3f90346672b39bf3626bf991c3e28cfd5 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
from enum import Enum
DAYS_LIMIT=7
EAMUSEMENT_BASE_URL = "https://p.eagate.573.jp"
SOUND_VOLTEX_EXCEED_GEAR_NEWS_SITE ="https://p.eagate.573.jp/game/sdvx/vi/news/index.html"
IIDX_PINKY_CRUSH_NEWS_SITE="https://p.eagate.573.jp/game/2dx/32/info/index.html"
CHUNITHM_NEWS_SITE="https://info-chunithm.sega.jp/"
class CHUNITHM_VERSION(Enum):
VERSE = 1
|