datadb-cli/bin/datadb

7 lines
96 B
Python
Executable File

#!/usr/bin/env python3
from datadb import datadb
if __name__ == '__main__':
datadb.main()