Files

7 lines
90 B
Plaintext
Raw Permalink Normal View History

#!/usr/bin/env python3
from firegex.cli import run
if __name__ == "__main__":
run()