mirror of
https://github.com/elder-plinius/OBLITERATUS.git
synced 2026-09-01 23:50:40 +02:00
6 lines
104 B
Python
6 lines
104 B
Python
"""Allow running obliteratus as ``python -m obliteratus``."""
|
|
|
|
from obliteratus.cli import main
|
|
|
|
main()
|