format file
This commit is contained in:
parent
98929ab656
commit
43d6635be0
1
main.py
1
main.py
@ -29,6 +29,7 @@ def make_archive(source: pathlib.Path, destination: pathlib.Path) -> None:
|
|||||||
base_dir = source.name
|
base_dir = source.name
|
||||||
shutil.make_archive(str(base_name), fmt, root_dir, base_dir)
|
shutil.make_archive(str(base_name), fmt, root_dir, base_dir)
|
||||||
|
|
||||||
|
|
||||||
class DBConn:
|
class DBConn:
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
self.cur = None
|
self.cur = None
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user