-
Notifications
You must be signed in to change notification settings - Fork 85
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
35 changed files
with
5,014 additions
and
2,635 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,6 @@ | ||
"""\nplotext plots directly on terminal""" | ||
import os as _os | ||
import sys as _sys | ||
|
||
_script_folder = _os.path.dirname(_os.path.realpath(__file__)) | ||
_sys.path.insert(0, _script_folder) | ||
|
||
import utility as _utility | ||
import docstrings as _docstrings | ||
from test import test | ||
|
||
_sys.path.pop(0) | ||
|
||
from plotext.plot import * | ||
from plotext._core import * | ||
|
||
__name__ = "plotext" | ||
__version__ = "3.1.3" | ||
__version__ = "4.0.0" |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.