forked from rDrama/rDrama
1
0
Fork 0
master
Aevann1 2021-08-19 17:56:18 +02:00
parent cbaad71a8c
commit a1c5c06204
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
import gevent.monkey
gevent.monkey.patch_all()
from os import environ, path
from os import environ
import secrets
from flask import *
from flask_caching import Cache