When we wrote a standalone Python script using ArcMap python (version 2.7) and wanted that it will use a different level license then the default we used "import arcinfo" or "import arcserver" if we need to use server license.
I could not find any way to do it if I use Pro arcpy (version 3). The CheckInExtension, CheckProduct and other function does exists but there is no way to change the default license. Tring to old import option gives an error.
Any idea?