7 lines
85 B
Python
7 lines
85 B
Python
import click
|
|
|
|
CONFIG_DIR = "~/.dfa.conf"
|
|
|
|
@click.command('sync')
|
|
def cli():
|
|
pass
|