8 lines
114 B
Python
Executable File
8 lines
114 B
Python
Executable File
#!/usr/bin/env python3
|
|
|
|
"""Main entry point for the interactive udib CLI tool."""
|
|
|
|
import argparse
|
|
|
|
import modiso
|