format file

This commit is contained in:
gowthaman 2023-06-20 08:56:32 +05:30
parent 98929ab656
commit 43d6635be0

View File

@ -29,6 +29,7 @@ def make_archive(source: pathlib.Path, destination: pathlib.Path) -> None:
base_dir = source.name
shutil.make_archive(str(base_name), fmt, root_dir, base_dir)
class DBConn:
def __init__(self):
self.cur = None