fix a dumb

This commit is contained in:
zuckerberg 2021-08-23 22:59:40 -04:00
parent 9fd6a1490a
commit 0e029291eb

View File

@ -1,3 +1,5 @@
import re
class Module: class Module:
def __init__(self): def __init__(self):
self.commands = ["karma"] self.commands = ["karma"]