Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
dragxd
/
flash
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
66b4dc9
flash
/
Mikobot
/
utils
/
cmdprefix.py
Karma
Add files via upload
c7dfe8b
over 1 year ago
raw
Copy download link
history
blame
Safe
197 Bytes
from
Mikobot
import
ALLOW_EXCL
if
ALLOW_EXCL:
CMD_STARTERS = (
"/"
,
"!"
,
"."
,
"-"
,
"$"
,
"*"
,
"+"
,
)
else
:
CMD_STARTERS = (
"/"
,)