This commit is contained in:
Dave Gallant
2021-01-03 21:20:29 -05:00
parent e3fe838e17
commit e796866dd1
3 changed files with 192 additions and 8 deletions

View File

@@ -33,14 +33,6 @@ class MyClass(object):
_Note: It is not necessary to exclude any methods._
## Versioning
We use [SemVer](http://semver.org/) for versioning.
## License
This project is licensed under the Apache License, Version 2.0.
## Acknowledgments
* https://stackoverflow.com/a/6307868/1191286