mirror of
https://github.com/xfgryujk/blivechat.git
synced 2025-01-13 22:00:15 +08:00
7 lines
85 B
Python
7 lines
85 B
Python
# -*- coding: utf-8 -*-
|
|
import enum
|
|
|
|
|
|
class Command(enum.IntEnum):
|
|
HEARTBEAT = 0
|