diff --git a/bare.py b/bare.py index 642c59e..a10c2a3 100644 --- a/bare.py +++ b/bare.py @@ -1,11 +1,10 @@ #!/usr/bin/python3 from socket import socket from overrides import bytes, bbytes +from typing import NoReturn, Union logs = ... re = ... -from typing import NoReturn, Union - cmds = ... conf = ... sleep = ...