moreati / python-tai64

TAI64, TAI64N, TAI64NA implementations for Python.
MIT License
1 stars 0 forks source link

Command line usage #2

Open moreati opened 4 months ago

moreati commented 4 months ago

What should python -m tai64 ... do?

Possible reorg: tai64.py -> tai64/__init__.py would allow python -m ta64.{foo,bar,baz} for multiple commands.