vanth/bin/test-celery
Eli Ribble 79b2bf0f1f Add a bunch of files I don't recognize
I'm cleaning up my machine, these were here, I'm not sure which ones
matter
2024-09-15 14:20:25 -07:00

8 lines
123 B
Python
Executable file

#!/usr/bin/env python3
import vanth.celery
def main():
vanth.celery.my_print.delay()
if __name__ == '__main__':
main()