| Total Complexity | 0 |
| Total Lines | 19 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | from benedict.dicts import benedict |
||
| 2 | from benedict.metadata import ( |
||
| 3 | __author__, |
||
| 4 | __copyright__, |
||
| 5 | __description__, |
||
| 6 | __license__, |
||
| 7 | __title__, |
||
| 8 | __version__, |
||
| 9 | ) |
||
| 10 | |||
| 11 | __all__ = [ |
||
| 12 | "benedict", |
||
| 13 | "__author__", |
||
| 14 | "__copyright__", |
||
| 15 | "__description__", |
||
| 16 | "__license__", |
||
| 17 | "__title__", |
||
| 18 | "__version__", |
||
| 19 | ] |
||
| 20 |