Skip to content

Commit

Permalink
feat: system: add pwd()
Browse files Browse the repository at this point in the history
  • Loading branch information
Ramin-RX7 committed Feb 14, 2024
1 parent 86d445c commit cc3b7a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rx7/system.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ def terminal_size() -> tuple:
def cwd() -> str:
'''Return string representing the current working directory.'''
return _os.getcwd()
pwd = cwd


def ip_global() -> str:
Expand Down

0 comments on commit cc3b7a0

Please sign in to comment.