Add core files: README, LICENSE, requirements, setup, config
This commit is contained in:
13
config_auditor.py
Normal file
13
config_auditor.py
Normal file
@@ -0,0 +1,13 @@
|
||||
import sys
|
||||
import click
|
||||
from pathlib import Path
|
||||
|
||||
from config_auditor.cli import cli
|
||||
|
||||
|
||||
def main():
|
||||
sys.exit(cli())
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
main()
|
||||
Reference in New Issue
Block a user