renaming.. name "classes" makes glitch with git
This commit is contained in:
parent
d8e4f76683
commit
6bccf85f32
5
class/chat.py
Normal file
5
class/chat.py
Normal file
@ -0,0 +1,5 @@
|
||||
|
||||
class Chat():
|
||||
def __init__(self):
|
||||
pass
|
||||
pass
|
7
class/file.py
Normal file
7
class/file.py
Normal file
@ -0,0 +1,7 @@
|
||||
|
||||
import os
|
||||
|
||||
class File():
|
||||
def __init__(self, path):
|
||||
# os.open(path,
|
||||
pass
|
5
class/user.py
Normal file
5
class/user.py
Normal file
@ -0,0 +1,5 @@
|
||||
|
||||
|
||||
class User():
|
||||
def __init__(self, uid):
|
||||
self.uid = uid
|
@ -1 +0,0 @@
|
||||
__author__ = 'Byoungwoo'
|
@ -1 +0,0 @@
|
||||
__author__ = 'Byoungwoo'
|
@ -1,3 +0,0 @@
|
||||
|
||||
class File():
|
||||
pass
|
Loading…
Reference in New Issue
Block a user