Commit d39c9d23 authored by Taddeüs Kroes's avatar Taddeüs Kroes

Added basic framwork files

parents
*.swp
*.pyc
*~
.PHONY: test clean
test:
python test.py
clean:
rm `find -name \*.pyc`
from frame import Frame
from websocket import Websocket
class Frame(object):
pass
#!/usr/bin/env python
class Websocket(object):
pass
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment