pokemon-terminal-theme 1.3.5 → 1.3.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -80,7 +80,7 @@ Not setting any filters will get a completely random pokemon
80
80
 
81
81
  </details>
82
82
 
83
- # Tips, tricks and common issues
83
+ ## Tips, tricks and common issues
84
84
 
85
85
  <details>
86
86
  <summary>Click here to tips, tricks and common issues</summary>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pokemon-terminal-theme",
3
- "version": "1.3.5",
3
+ "version": "1.3.7",
4
4
  "description": "Pokemon terminal themes",
5
5
  "bin": {
6
6
  "pokemon": "pokemon",
@@ -7,7 +7,7 @@ import sys
7
7
  from multiprocessing import Process
8
8
  from pathlib import Path
9
9
 
10
- from . import scripter, slideshow
10
+ import scripter, slideshow
11
11
  from pokemonterminal.command_flags import parser, is_slideshow
12
12
  from pokemonterminal.database import Database
13
13
  from pokemonterminal.filters import Filter