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