Update stubs

This commit is contained in:
Trinh Anh Ngoc
2022-10-16 16:22:02 +07:00
parent 1fc0610fc4
commit bde0aaef61

View File

@@ -0,0 +1,4 @@
from . import Command
class Neutralize(Command):
def run(self, args) -> None: ...