We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e300404 commit 62aff67Copy full SHA for 62aff67
mrmat_python_api_flask/__init__.py
@@ -1,6 +1,6 @@
1
# MIT License
2
#
3
-# Copyright (c) 2021 Mathieu Imfeld
+# Copyright (c) 2021 MrMat
4
5
# Permission is hereby granted, free of charge, to any person obtaining a copy
6
# of this software and associated documentation files (the "Software"), to deal
@@ -24,4 +24,3 @@
24
import pkg_resources
25
26
__version__ = pkg_resources.get_distribution('mrmat-python-api-flask').version
27
-__swagger__ = os.path.join(os.path.dirname(__file__), 'swagger')
0 commit comments