MetaPhase-Consulting/State-TalentMAP-API

View on GitHub
show_logo.py

Summary

Maintainability
A
0 mins
Test Coverage
import time

logo = '''\

  ////////////     /////       ////          /////////     ////    ///    ///////////.    ***      ***        ****        ** ******
      ////        /// ///      ////          ///           /////   ///        ///*        ****    ****       **  **       **      *
      ////       ///   ///     ////          ////////      /// /// ///        ///*        ** **  ** **       *    *       ** ******
      ////       /////////     ////          ///           ///  //////        ///*        **  ****  **      ********      **
      ////      ///     ///    /////////     /////////     ///    ////        ///*        **   **   **     **      **     **
    '''

time.sleep(1)

print(logo)