mirror of
https://github.com/Wesley-DeMontigny/WLUS.git
synced 2025-12-30 06:49:46 -06:00
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.
9 lines
172 B
Python
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 |