#!/usr/bin/env python
import sys

from virga.samples import samples

if __name__ == '__main__':
    sys.stdout.write(samples())
