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