6 lines
123 B
Python
6 lines
123 B
Python
__title__ = "bot"
|
|
__path__ = __import__("pkgutil").extend_path(__path__, __name__)
|
|
|
|
from . import *
|
|
|
|
ENCODING = "utf-8-sig" |