mirror of
https://github.com/elder-plinius/OBLITERATUS.git
synced 2026-08-17 16:37:30 +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()
|