mirror of
https://github.com/Andre0512/pyhOn.git
synced 2025-05-27 13:14:21 -04:00
Small fixes, Add checks
This commit is contained in:
parent
8dc6cd71cd
commit
e8531f3faf
6 changed files with 58 additions and 15 deletions
1
pyhon/__main__.py
Normal file → Executable file
1
pyhon/__main__.py
Normal file → Executable file
|
@ -6,7 +6,6 @@ import logging
|
|||
import sys
|
||||
from getpass import getpass
|
||||
from pathlib import Path
|
||||
from pprint import pprint
|
||||
|
||||
if __name__ == "__main__":
|
||||
sys.path.insert(0, str(Path(__file__).parent.parent))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue