From 30e7386f0d7d43497195bb6c66bc0f9a0176822f Mon Sep 17 00:00:00 2001 From: nea Date: Sun, 27 Nov 2022 18:37:28 +0100 Subject: Hehehe --- run.py | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 run.py (limited to 'run.py') diff --git a/run.py b/run.py new file mode 100644 index 0000000..aa56058 --- /dev/null +++ b/run.py @@ -0,0 +1,4 @@ +from aiohttp_devtools.cli import cli + +if __name__ == '__main__': + cli() -- cgit