Initial release

The initial release contains the most basic implementation of TLSharp core.
This is also fully untested, since no test can be done until more work is done.
This commit is contained in:
Lonami
2016-08-26 12:58:53 +02:00
commit 1dac866118
16 changed files with 793 additions and 0 deletions

3
main.py Normal file
View File

@@ -0,0 +1,3 @@
if __name__ == '__main__':
print('Hello worldz! Wooho... This is harder than it looks!')