mirror of
https://github.com/TriM-Organization/LiteyukiBot-TriM.git
synced 2025-09-05 19:56:24 +00:00
6 lines
69 B
Python
6 lines
69 B
Python
import abc
|
|
|
|
|
|
class Bot(abc.ABC):
|
|
def __init__(self):
|
|
pass |