File size: 85 Bytes
a71dd82
 
 
 
 
1
2
3
4
5
6
from src.core.main import run_forever


if __name__ == "__main__":
    run_forever()