mirror of
https://github.com/catspace-dev/unicheckbot.git
synced 2024-11-25 07:13:44 +03:00
5 lines
70 B
Python
5 lines
70 B
Python
from gevent import monkey
|
|
monkey.patch_all()
|
|
|
|
from api.app import app
|