diff --git a/Contributors/CIT/24CS0202.txt b/Contributors/CIT/24CS0202.txt new file mode 100644 index 0000000..401286e --- /dev/null +++ b/Contributors/CIT/24CS0202.txt @@ -0,0 +1,4 @@ +Name: dharshini + +Meaning of Life: +To learn continuously, help others, and create something meaningful while enjoying the journey. diff --git a/src/cli.py b/src/cli.py index 42c2955..73663d9 100644 --- a/src/cli.py +++ b/src/cli.py @@ -1,5 +1,5 @@ -import argparse -from src import data +#import argparse +#from src import data def init(args): data.init(args.path) @@ -50,8 +50,8 @@ def parse_args(): def main(): print("Ding Dong, who's there?\nThe IRS\nOh Shit\n") - args = parse_args() - args.func(args) + #args = parse_args() + #args.func(args) if __name__ == "__main__": diff --git a/src/data.py b/src/data.py index 3ac59f2..608fe18 100644 --- a/src/data.py +++ b/src/data.py @@ -1,6 +1,6 @@ import os import hashlib -import compression.zstd +from src.compression import zstd import sys