Spaces:
Running
Running
File size: 124 Bytes
17ca7c6 |
1 2 3 4 5 |
from feedback_forensics.app.main import run
if __name__ == "__main__":
run() # pylint: disable=no-value-for-parameter
|