Skip to content
Snippets Groups Projects
configure.py 131 B
Newer Older
  • Learn to ignore specific revisions
  • #! /usr/bin/env python
    
    
    from __future__ import absolute_import
    
    
    from aksetup_helper import configure_frontend
    configure_frontend()