Files
WLUS/core/terminal_insatnce.py
Wesley a9c5b26d38 Replacing projects
I didn't like what I was working with in the Old WLUS, so I'm working on a rewrite. This is the initial upload of the rewrite.
2020-03-08 15:43:14 -04:00

9 lines
172 B
Python

class Terminal:
"""
This is what is created when the user starts a terminal instance.
Not Implemented - Obviously
"""
def __init__(self):
pass