#!/usr/bin/python3
# encoding= utf-8

from frame import main

if __name__ == '__main__':
    main()