forked from Hay1tsme/artemis
Begin the process of transitioning from megaime
This commit is contained in:
6
dbutils.py
Normal file
6
dbutils.py
Normal file
@ -0,0 +1,6 @@
|
||||
import argparse
|
||||
|
||||
if __name__ == "__main__":
|
||||
parser = argparse.ArgumentParser(description="ARTEMiS main entry point")
|
||||
parser.add_argument("--config", "-c", type=str, default="config", help="Configuration folder")
|
||||
args = parser.parse_args()
|
Reference in New Issue
Block a user