AghastComet
Results
2
comments of
AghastComet
Relative imports only work in a package that is being imported due to using the \_\_name__ variable that is set to "\_\_main__" if the file is ran directly. If you...
This could be fixed while maintaining backwards compatibility by checking flask.__version__ first and deciding which keyword to send based on that.