5 lines
91 B
Python
5 lines
91 B
Python
#!/usr/bin/env python3
|
|
from _runtime_entry import execute
|
|
|
|
execute("build_quick_rules.py")
|